Compare commits

..

No commits in common. "1147a5a10a1baa10ec42d68dd77fbfe0342f1ef7" and "b30fc0235d9972e3b9f439d5b11cf8de97a077e1" have entirely different histories.

View File

@ -16,5 +16,5 @@ export const authGuard: CanActivateFn = (route, state) => {
return auth.currentToken return auth.currentToken
? true ? true
: router.parseUrl(`login?returnUrl=${state.url}`); : router.parseUrl(`/admin/login?returnUrl=${state.url}`);
}; };