mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-19 02:26:27 +00:00
Add database columns to store OpenID Connect information for Proxy Hosts.
This commit is contained in:
@ -132,7 +132,6 @@ module.exports = Mn.View.extend({
|
||||
},
|
||||
|
||||
'change @ui.openidc_enabled': function () {
|
||||
console.log('Changing');
|
||||
let checked = this.ui.openidc_enabled.prop('checked');
|
||||
|
||||
if (checked) {
|
||||
@ -367,6 +366,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