mirror of
https://github.com/bitwarden/web
synced 2025-12-12 22:33:23 +00:00
org key fixes
This commit is contained in:
@@ -7,7 +7,7 @@ angular
|
||||
|
||||
if ($state.includes('backend.org')) {
|
||||
var userProfile = authService.getUserProfile();
|
||||
if (!userProfile.organizations.length) {
|
||||
if (!userProfile.organizations || !userProfile.organizations.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user