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