Give the option in template to pull the default assets or not

This commit is contained in:
garronej
2021-06-23 18:27:41 +02:00
parent c9b2db625c
commit 2bc07e77fd
11 changed files with 21 additions and 1 deletions

View File

@ -14,6 +14,7 @@ export const LoginUpdateProfile = memo(({ kcContext, ...props }: { kcContext: Kc
return (
<Template
{...{ kcContext, ...props }}
doFetchDefaultThemeResources={true}
headerNode={msg("loginProfileTitle")}
formNode={
<form id="kc-update-profile-form" className={cx(props.kcFormClass)} action={url.loginAction} method="post">