Nevermind
This commit is contained in:
parent
03d4bd5c8b
commit
dadafa6117
@ -18,9 +18,7 @@ export function ifNotLoggedIn(): CanActivateFn {
|
||||
}
|
||||
}
|
||||
|
||||
const isLoggedIn = await keycloakService.isLoggedIn();
|
||||
|
||||
if (!isLoggedIn) {
|
||||
if (!keycloakService.isLoggedIn()) {
|
||||
logger.info('[ROUTES] Not logged in, continuing to selected route');
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user