-
- Downloads
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.
Loading
Please register or sign in to comment
On July, 16th between 18:00 and 22:00 gitlab.tugraz.at may not be available (Reason: maintenance work / gitlab updates).
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.