mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-13 20:36:50 +00:00
Add database columns to store OpenID Connect information for Proxy Hosts.
This commit is contained in:
@@ -94,7 +94,6 @@ module.exports = Mn.View.extend({
|
||||
},
|
||||
|
||||
'change @ui.openidc_enabled': function () {
|
||||
console.log('Changing');
|
||||
let checked = this.ui.openidc_enabled.prop('checked');
|
||||
|
||||
if (checked) {
|
||||
@@ -289,6 +288,7 @@ module.exports = Mn.View.extend({
|
||||
|
||||
// OpenID Connect
|
||||
this.ui.openidc.hide().find('input').prop('required', false);
|
||||
this.ui.openidc_enabled.trigger('change');
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
|
Reference in New Issue
Block a user