From 1f0d496f21cfe0eaec4b0860d7efa23330270221 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Fri, 29 Apr 2022 13:05:05 -0300 Subject: [PATCH] PS-79 Updated two-factor component to to align to jslib change to send the deviceId on 2fa email resend code (#1624) --- src/app/accounts/two-factor.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/accounts/two-factor.component.ts b/src/app/accounts/two-factor.component.ts index 9c860553cb..72aa8cf24c 100644 --- a/src/app/accounts/two-factor.component.ts +++ b/src/app/accounts/two-factor.component.ts @@ -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,