Add log to tell when we are using react
This commit is contained in:
@ -44,6 +44,8 @@ export const Template = memo((props: TemplateProps) => {
|
|||||||
displayInfoNode = null
|
displayInfoNode = null
|
||||||
} = props;
|
} = props;
|
||||||
|
|
||||||
|
console.log("Rendering this page with react using keycloak-react-theming");
|
||||||
|
|
||||||
const { t } = useKcTranslation();
|
const { t } = useKcTranslation();
|
||||||
|
|
||||||
Object.assign(kcProperties, defaultKcTemplateProperties);
|
Object.assign(kcProperties, defaultKcTemplateProperties);
|
||||||
|
Reference in New Issue
Block a user