Skip to content

Commit 22e6b96

Browse files
committed
fix(modals): missing focus in protected session (closes #7251)
1 parent dcb086d commit 22e6b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/widgets/dialogs/protected_session_password.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default function ProtectedSessionPasswordDialog() {
2828
>
2929
<label htmlFor="protected-session-password" className="col-form-label">{t("protected_session_password.form_label")}</label>
3030
<FormTextBox
31+
inputRef={inputRef}
3132
id="protected-session-password"
3233
name="protected-session-password"
3334
type="password"

0 commit comments

Comments
 (0)