Rename keycloakify

This commit is contained in:
Joseph Garrone
2021-03-05 20:43:22 +01:00
parent d3631dd10c
commit f3fb360ce0
5 changed files with 14 additions and 14 deletions

View File

@ -44,7 +44,7 @@ export const Template = memo((props: TemplateProps) => {
displayInfoNode = null
} = props;
useEffect(()=> { console.log("Rendering this page with react using keycloak-react-theming") },[]);
useEffect(()=> { console.log("Rendering this page with react using keycloakify") },[]);
const { t } = useKcTranslation();