1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-23 19:53:55 +00:00

Update unauth-guard.service.ts

Add back return true
This commit is contained in:
Robyn MacCallum
2021-11-03 09:57:50 -04:00
committed by GitHub
parent 95f395acb7
commit 6e3def21ae

View File

@@ -25,5 +25,6 @@ export class UnauthGuardService implements CanActivate {
} }
return false; return false;
} }
return true;
} }
} }