From 54d093eac00179d4239697bc5185ede0a8bd66e9 Mon Sep 17 00:00:00 2001 From: Darya Umrikhina Date: Tue, 27 Aug 2024 13:31:00 +0400 Subject: [PATCH] Login:Components:PasswordChangeForm: add autofocus to password input --- packages/login/src/components/PasswordChangeForm/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/login/src/components/PasswordChangeForm/index.tsx b/packages/login/src/components/PasswordChangeForm/index.tsx index 660ce1dba5..57dca32939 100644 --- a/packages/login/src/components/PasswordChangeForm/index.tsx +++ b/packages/login/src/components/PasswordChangeForm/index.tsx @@ -182,6 +182,7 @@ const PasswordChangeForm = ({ )}`} generatePasswordTitle={t("Wizard:GeneratePassword")} tooltipAllowedCharacters={`${t("Common:AllowedCharacters")}: ${ALLOWED_PASSWORD_CHARACTERS}`} + isAutoFocussed={true} />