1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

fix(register): [PM-27085] Account Register Uses New Data Types - Initial changes.

This commit is contained in:
Patrick Pimentel
2026-01-20 20:47:37 -05:00
parent b71ca1a2c0
commit 88fd21c7b7
6 changed files with 69 additions and 14 deletions

View File

@@ -1598,7 +1598,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: RegistrationFinishServiceAbstraction,
useClass: DefaultRegistrationFinishService,
deps: [KeyService, AccountApiServiceAbstraction],
deps: [KeyService, AccountApiServiceAbstraction, MasterPasswordServiceAbstraction],
}),
safeProvider({
provide: TwoFactorAuthComponentService,