Add log to tell when we are using react

This commit is contained in:
Joseph Garrone 2021-03-05 15:46:34 +01:00
parent e7a320f8f8
commit 240208793d

View File

@ -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);