mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
pass email param on login/register
This commit is contained in:
@@ -69,7 +69,7 @@ export class RegisterComponent {
|
||||
await this.formPromise;
|
||||
this.analytics.eventTrack.next({ action: 'Registered' });
|
||||
this.toasterService.popAsync('success', null, this.i18nService.t('newAccountCreated'));
|
||||
this.router.navigate([this.successRoute]);
|
||||
this.router.navigate([this.successRoute], { queryParams: { email: this.email } });
|
||||
} catch { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user