1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

[PM-32237] Add back functionality to email OTP auth flow (#19024)

* add back functionality to OTP auth flow

* respond to review comments

* hoist email value to parent component

---------

Co-authored-by: Alex Dragovich <46065570+itsadrago@users.noreply.github.com>
This commit is contained in:
John Harrington
2026-02-19 11:59:59 -07:00
committed by GitHub
parent 04aad44322
commit 8399815ea7
4 changed files with 60 additions and 15 deletions

View File

@@ -31,6 +31,7 @@
[formGroup]="sendAccessForm"
[enterOtp]="enterOtp()"
[loading]="loading()"
(backToEmail)="onBackToEmail()"
></app-send-access-email>
}
}