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:
committed by
GitHub
parent
2b03162bfd
commit
1f0d496f21
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user