1
0
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:
Matt Gibson
2020-12-14 11:56:40 -06:00
committed by GitHub
parent c95230fc48
commit e23d96a350
6 changed files with 17 additions and 10 deletions

View File

@@ -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;
}
}