mirror of
https://github.com/bitwarden/web
synced 2026-01-04 01:23:22 +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