mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
Refactor TwoFactorFormCacheService
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
<app-two-factor-auth-email
|
||||
[tokenFormControl]="tokenFormControl"
|
||||
(tokenChange)="saveFormDataWithPartialData($event)"
|
||||
[emailSent]="emailSent"
|
||||
(emailSendEvent)="saveFormDataWithPartialData({ emailSent: true })"
|
||||
*ngIf="selectedProviderType === providerType.Email"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user