mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
Move email sent information to its own cache service
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
<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