mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +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
367f5c314d
1 changed files with 0 additions and 6 deletions
|
@ -1507,12 +1507,6 @@
|
||||||
else {
|
else {
|
||||||
$('.auth_option').show();
|
$('.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){
|
$('#settings_languages').dropdown('setting', 'onAdd', function(val, txt){
|
||||||
|
|
Loading…
Reference in a new issue