Correct account password page

This commit is contained in:
garronej 2023-04-17 00:47:08 +02:00
parent 045c20844f
commit f22be4cc0b

View file

@ -26,7 +26,7 @@ export default function LogoutConfirm(props: PageProps<Extract<KcContext, { page
<h2>{msg("changePasswordHtmlTitle")}</h2> <h2>{msg("changePasswordHtmlTitle")}</h2>
</div> </div>
<div className="col-md-2 subtitle"> <div className="col-md-2 subtitle">
<span className="subtitle">${msg("allFieldsRequired")}</span> <span className="subtitle">{msg("allFieldsRequired")}</span>
</div> </div>
</div> </div>
@ -38,7 +38,7 @@ export default function LogoutConfirm(props: PageProps<Extract<KcContext, { page
value={account.username ?? ""} value={account.username ?? ""}
autoComplete="username" autoComplete="username"
readOnly readOnly
style={{ "display": "none;" }} style={{ "display": "none" }}
/> />
{password.passwordSet && ( {password.passwordSet && (