Revert "fix for not able to login when changeing from basic to form login type"

This reverts commit 3a7381c0d2.
This commit is contained in:
morpheus65535 2018-09-21 09:28:35 -04:00
parent 3a7381c0d2
commit 367f5c314d
1 changed files with 0 additions and 6 deletions

View File

@ -1507,12 +1507,6 @@
else {
$('.auth_option').show();
};
if ($('#settings_auth_type').val() == "form") {
$('#settings_auth_password').val('');
}
else {
$('#settings_auth_password').val('{{settings_auth[2]}}');
};
});
$('#settings_languages').dropdown('setting', 'onAdd', function(val, txt){