mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
feat(protected_session): set autofocus to password field
This commit is contained in:
parent
48d4093274
commit
f657b9dec1
@ -20,7 +20,7 @@ const TPL = `
|
||||
<form class="protected-session-password-form">
|
||||
<div class="form-group">
|
||||
<label for="protected-session-password-in-detail">${t("protected_session.enter_password_instruction")}</label>
|
||||
<input class="protected-session-password-in-detail form-control protected-session-password" type="password">
|
||||
<input class="protected-session-password-in-detail form-control protected-session-password" type="password" autofocus>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary">${t("protected_session.start_session_button")}</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user