diff --git a/src/lib/components/Template.tsx b/src/lib/components/Template.tsx index 23b1bfe1..3048e054 100644 --- a/src/lib/components/Template.tsx +++ b/src/lib/components/Template.tsx @@ -44,6 +44,8 @@ export const Template = memo((props: TemplateProps) => { displayInfoNode = null } = props; + console.log("Rendering this page with react using keycloak-react-theming"); + const { t } = useKcTranslation(); Object.assign(kcProperties, defaultKcTemplateProperties);