diff options
| author | 2023-04-17 00:47:08 +0200 | |
|---|---|---|
| committer | 2023-04-17 00:47:08 +0200 | |
| commit | f22be4cc0b5f61a06a81a1d2205f06d2abff34e4 (patch) | |
| tree | 7085b8502df45573a8127d0a4e98c6f6387cbd96 /src | |
| parent | Setup a very basic storybook (diff) | |
Correct account password page
Diffstat (limited to 'src')
| -rw-r--r-- | src/keycloak-theme/account/pages/Password.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keycloak-theme/account/pages/Password.tsx b/src/keycloak-theme/account/pages/Password.tsx index b583c08..294c759 100644 --- a/src/keycloak-theme/account/pages/Password.tsx +++ b/src/keycloak-theme/account/pages/Password.tsx @@ -26,7 +26,7 @@ export default function LogoutConfirm(props: PageProps<Extract<KcContext, { page <h2>{msg("changePasswordHtmlTitle")}</h2> </div> <div className="col-md-2 subtitle"> - <span className="subtitle">${msg("allFieldsRequired")}</span> + <span className="subtitle">{msg("allFieldsRequired")}</span> </div> </div> @@ -38,7 +38,7 @@ export default function LogoutConfirm(props: PageProps<Extract<KcContext, { page value={account.username ?? ""} autoComplete="username" readOnly - style={{ "display": "none;" }} + style={{ "display": "none" }} /> {password.passwordSet && ( |