1
0
mirror of https://github.com/bitwarden/web synced 2025-12-14 23:33:16 +00: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

View File

@@ -38,8 +38,8 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
route: ActivatedRoute, route: ActivatedRoute,
logService: LogService, logService: LogService,
twoFactorService: TwoFactorService, twoFactorService: TwoFactorService,
private routerService: RouterService, appIdService: AppIdService,
appIdService: AppIdService private routerService: RouterService
) { ) {
super( super(
authService, authService,