mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43: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:
committed by
GitHub
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,
|
||||
|
||||
Reference in New Issue
Block a user