1
0
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:
Federico Maccaroni 2022-04-29 13:05:05 -03:00 committed by GitHub
parent 2b03162bfd
commit 1f0d496f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,