mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
PS-79 Updated two-factor component to to align to jslib change to send the deviceId on 2fa email resend code (#1624)
This commit is contained in:
parent
2b03162bfd
commit
1f0d496f21
@ -38,8 +38,8 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
||||
route: ActivatedRoute,
|
||||
logService: LogService,
|
||||
twoFactorService: TwoFactorService,
|
||||
private routerService: RouterService,
|
||||
appIdService: AppIdService
|
||||
appIdService: AppIdService,
|
||||
private routerService: RouterService
|
||||
) {
|
||||
super(
|
||||
authService,
|
||||
|
Loading…
Reference in New Issue
Block a user