mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 17:27:42 +08:00
Revert "fix for not able to login when changeing from basic to form login type"
This reverts commit 3a7381c0d2
.
This commit is contained in:
parent
3a7381c0d2
commit
1de528bcdb
1 changed files with 0 additions and 6 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue