1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

Refactor orgnaization policy management (#1147)

This commit is contained in:
Oscar Hinton
2021-08-25 16:10:17 +02:00
committed by GitHub
parent 8a259516df
commit 2cbe023a38
31 changed files with 687 additions and 437 deletions

View File

@@ -15,6 +15,7 @@ import { WebPlatformUtilsService } from '../../services/webPlatformUtils.service
import { EventService } from './event.service';
import { OrganizationGuardService } from './organization-guard.service';
import { OrganizationTypeGuardService } from './organization-type-guard.service';
import { PolicyListService } from './policy-list.service';
import { RouterService } from './router.service';
import { AuthGuardService } from 'jslib-angular/services/auth-guard.service';
@@ -191,6 +192,7 @@ export function initFactory(): Function {
RouterService,
EventService,
LockGuardService,
PolicyListService,
{ provide: AuditServiceAbstraction, useValue: auditService },
{ provide: AuthServiceAbstraction, useValue: authService },
{ provide: CipherServiceAbstraction, useValue: cipherService },