mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Add ConsoleLogService dependency from jslib (#1488)
* Pre-emptively add new jslib dependency * Add ConsoleLogService dependency * Update jslib Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
@@ -479,7 +479,7 @@ export default class RuntimeBackground {
|
||||
if (policy.enabled) {
|
||||
const org = await this.userService.getOrganization(policy.organizationId);
|
||||
if (org != null && org.enabled && org.usePolicies && !org.isAdmin
|
||||
&& org.status == OrganizationUserStatusType.Confirmed) {
|
||||
&& org.status === OrganizationUserStatusType.Confirmed) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user