mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Merge branch 'master' into activedirectory_authent
This commit is contained in:
@ -505,7 +505,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
// init validation reqirement at first time page load
|
||||
// init validation requirement at first time page load
|
||||
{% if SETTING.get('google_oauth_enabled') %}
|
||||
$('#google_oauth_client_id').prop('required', true);
|
||||
$('#google_oauth_client_secret').prop('required', true);
|
||||
@ -540,7 +540,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
// init validation reqirement at first time page load
|
||||
// init validation requirement at first time page load
|
||||
{% if SETTING.get('google_oauth_enabled') %}
|
||||
$('#github_oauth_key').prop('required', true);
|
||||
$('#github_oauth_secret').prop('required', true);
|
||||
|
Reference in New Issue
Block a user