Always import keycloak from the beginning
We always need it to check if th user is logged in already, so doing a dynamic import doesn't give us anything and just slows things down.
Please register or sign in to comment
We always need it to check if th user is logged in already, so doing a dynamic import doesn't give us anything and just slows things down.