mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(modals): missing focus in protected session (closes #7251)
This commit is contained in:
parent
dcb086d203
commit
22e6b96daa
@ -28,6 +28,7 @@ export default function ProtectedSessionPasswordDialog() {
|
||||
>
|
||||
<label htmlFor="protected-session-password" className="col-form-label">{t("protected_session_password.form_label")}</label>
|
||||
<FormTextBox
|
||||
inputRef={inputRef}
|
||||
id="protected-session-password"
|
||||
name="protected-session-password"
|
||||
type="password"
|
||||
|
Loading…
x
Reference in New Issue
Block a user