feat(protected_session): set autofocus to password field

pull/1153/head
Panagiotis Papadopoulos 2025-02-10 07:15:14 +07:00
parent 48d4093274
commit f657b9dec1
1 changed files with 1 additions and 1 deletions

@ -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>