mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update login
This commit is contained in:
parent
778d3e8683
commit
9abecac88b
4 changed files with 28 additions and 28 deletions
|
@ -86,9 +86,9 @@
|
|||
$('.manualLoginForm', context).show();
|
||||
|
||||
if (focusPassword) {
|
||||
$('#txtManualPassword input', context).focus();
|
||||
$('#txtManualPassword', context).focus();
|
||||
} else {
|
||||
$('#txtManualName input', context).focus();
|
||||
$('#txtManualName', context).focus();
|
||||
}
|
||||
|
||||
if (showCancel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue