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

@ -26,6 +26,7 @@ export const Login = memo(({ kcContext, ...props }: { kcContext: KcContextBase.L
return (
<Template
{...{ kcContext, ...props }}
doFetchDefaultThemeResources={true}
displayInfo={social.displayInfo}
displayWide={realm.password && social.providers !== undefined}
headerNode={msg("doLogIn")}