mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Prefill email field when "create account" is clicked.
This commit is contained in:
@@ -383,6 +383,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
onEmailBlur(event: Event) {
|
||||
const emailInput = event.target as HTMLInputElement;
|
||||
this.formGroup.controls.email.setValue(emailInput.value);
|
||||
this.loginEmailService.setLoginEmail(this.formGroup.value.email);
|
||||
}
|
||||
|
||||
protected async goToHint(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user