Compare commits
No commits in common. "1147a5a10a1baa10ec42d68dd77fbfe0342f1ef7" and "b30fc0235d9972e3b9f439d5b11cf8de97a077e1" have entirely different histories.
1147a5a10a
...
b30fc0235d
@ -16,5 +16,5 @@ export const authGuard: CanActivateFn = (route, state) => {
|
||||
|
||||
return auth.currentToken
|
||||
? true
|
||||
: router.parseUrl(`login?returnUrl=${state.url}`);
|
||||
: router.parseUrl(`/admin/login?returnUrl=${state.url}`);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user