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

@ -15,6 +15,7 @@ export const LoginIdpLinkConfirm = memo(({ kcContext, ...props }: { kcContext: K
return (
<Template
{...{ kcContext, ...props }}
doFetchDefaultThemeResources={true}
headerNode={msg("confirmLinkIdpTitle")}
formNode={
<form id="kc-register-form" action={url.loginAction} method="post">