diff --git a/src/app/accounts/two-factor.component.ts b/src/app/accounts/two-factor.component.ts index 9c860553..72aa8cf2 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,