Skip to content

Commit

Permalink
[Bugfix #2]: Add missing backend_mode in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed May 9, 2018
1 parent 2a507c3 commit 2e7f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/settings.js
Expand Up @@ -20,7 +20,7 @@
validateSetting: function (settingName) {
var validSettings = [
'claim_userid', 'claim_email', 'claim_displayname',
'claim_prefix', 'backend_autoupdate'
'claim_prefix', 'backend_autoupdate', 'backend_mode'
];
if ($.inArray(settingName, validSettings) > -1) {
return true;
Expand Down

0 comments on commit 2e7f78d

Please sign in to comment.