1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-09 19:28:06 +01:00

Remove comment re. passing email to registration.

This commit is contained in:
Alec Rippberger 2024-09-27 12:19:05 -05:00
parent bb67f560f3
commit 30af195b9d
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -25,9 +25,4 @@ export class LoginSecondaryContentComponent {
// TODO: remove when email verification flag is removed
protected registerRoute$ = this.registerRouteService.registerRoute$();
// TODO-rr-bw: In the original login implementation, the "Create account" link
// also passes the email address to the registration page. We need to find a way to
// do this now that the "Create account" link is in a separate component as
// secondary content.
}