mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
trim email also
This commit is contained in:
@@ -38,7 +38,7 @@ export class ChangeEmailComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
this.newEmail = this.newEmail.toLowerCase();
|
||||
this.newEmail = this.newEmail.trim().toLowerCase();
|
||||
if (!this.tokenSent) {
|
||||
const request = new EmailTokenRequest();
|
||||
request.newEmail = this.newEmail;
|
||||
|
||||
Reference in New Issue
Block a user