fix(modals): missing focus in protected session (closes #7251)

This commit is contained in:
Elian Doran 2025-10-12 19:46:26 +03:00
parent dcb086d203
commit 22e6b96daa
No known key found for this signature in database

View File

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