|
|
|
|
@ -10,6 +10,7 @@ import { PolicyService } from "@bitwarden/common/admin-console/abstractions/poli
@@ -10,6 +10,7 @@ import { PolicyService } from "@bitwarden/common/admin-console/abstractions/poli
|
|
|
|
|
import { MasterPasswordPolicyOptions } from "@bitwarden/common/admin-console/models/domain/master-password-policy-options"; |
|
|
|
|
import { AccountService } from "@bitwarden/common/auth/abstractions/account.service"; |
|
|
|
|
import { MasterPasswordServiceAbstraction } from "@bitwarden/common/key-management/master-password/abstractions/master-password.service.abstraction"; |
|
|
|
|
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service"; |
|
|
|
|
import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service"; |
|
|
|
|
import { ValidationService } from "@bitwarden/common/platform/abstractions/validation.service"; |
|
|
|
|
import { PasswordStrengthServiceAbstraction } from "@bitwarden/common/tools/password-strength"; |
|
|
|
|
@ -59,6 +60,12 @@ export default {
@@ -59,6 +60,12 @@ export default {
|
|
|
|
|
getAllDecrypted: () => Promise.resolve([]), |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
provide: ConfigService, |
|
|
|
|
useValue: { |
|
|
|
|
getFeatureFlag: () => false, // default to false since flag does not effect UI
|
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
provide: KdfConfigService, |
|
|
|
|
useValue: { |
|
|
|
|
|