We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb086d commit 22e6b96Copy full SHA for 22e6b96
apps/client/src/widgets/dialogs/protected_session_password.tsx
@@ -28,6 +28,7 @@ export default function ProtectedSessionPasswordDialog() {
28
>
29
<label htmlFor="protected-session-password" className="col-form-label">{t("protected_session_password.form_label")}</label>
30
<FormTextBox
31
+ inputRef={inputRef}
32
id="protected-session-password"
33
name="protected-session-password"
34
type="password"
0 commit comments