mirror of
https://github.com/bitwarden/jslib
synced 2025-12-23 11:43:51 +00:00
Update unauth-guard.service.ts
Add back return true
This commit is contained in:
@@ -25,5 +25,6 @@ export class UnauthGuardService implements CanActivate {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user