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:
@@ -1598,7 +1598,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: RegistrationFinishServiceAbstraction,
|
||||
useClass: DefaultRegistrationFinishService,
|
||||
deps: [KeyService, AccountApiServiceAbstraction],
|
||||
deps: [KeyService, AccountApiServiceAbstraction, MasterPasswordServiceAbstraction],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: TwoFactorAuthComponentService,
|
||||
|
||||
Reference in New Issue
Block a user