1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Removed notorization shortcut // Cleaned up extra comma in the service module

This commit is contained in:
Vincent Salucci
2020-08-22 14:43:40 -05:00
parent ab37221182
commit 628689c990
2 changed files with 1 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ export function initFactory(): Function {
{ provide: ConfigurationService, useValue: configurationService },
{ provide: SyncService, useValue: syncService },
{ provide: PasswordGenerationServiceAbstraction, useValue: passwordGenerationService },
{ provide: CryptoFunctionServiceAbstraction, useValue: cryptoFunctionService }, ,
{ provide: CryptoFunctionServiceAbstraction, useValue: cryptoFunctionService },
{ provide: PolicyServiceAbstraction, useValue: policyService },
{
provide: APP_INITIALIZER,