aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/account/pages/Password.tsx4
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 && (