fix variable name
This commit is contained in:
parent
26b8bae2db
commit
aa29cd7062
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
require(['settings'], function(Settings) {
|
require(['settings'], function(Settings) {
|
||||||
Settings.load('sso-saml', $('.saml-settings'));
|
Settings.load('sso_saml', $('.saml-settings'));
|
||||||
$('#save').on('click', function() {
|
$('#save').on('click', function() {
|
||||||
Settings.save('sso_saml', $('.saml-settings'));
|
Settings.save('sso_saml', $('.saml-settings'));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue