mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Merge conflict
This commit is contained in:
@@ -187,9 +187,9 @@ export class LoginViaAuthRequestComponent implements OnInit, OnDestroy {
|
||||
private async initStandardAuthRequestFlow(): Promise<void> {
|
||||
this.flow = Flow.StandardAuthRequest;
|
||||
|
||||
this.email = (await firstValueFrom(this.loginEmailService.loginEmail$)) || undefined;
|
||||
const email = (await firstValueFrom(this.loginEmailService.loginEmail$)) || undefined;
|
||||
|
||||
if (!this.email) {
|
||||
if (!email) {
|
||||
await this.handleMissingEmail();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user