Add log to tell when we are using react
This commit is contained in:
parent
e7a320f8f8
commit
240208793d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user