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:
@@ -25,5 +25,6 @@ export class UnauthGuardService implements CanActivate {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user