1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

create a LoginSecondaryContentComponent for AnonLayout use

This commit is contained in:
rr-bw
2024-09-10 16:26:54 -07:00
parent b64552f183
commit e2434ff397
6 changed files with 47 additions and 9 deletions

View File

@@ -249,6 +249,8 @@ export class LoginComponentV2 implements OnInit, OnDestroy {
}
}
/* TODO-rr-bw: these two lines are also used at the end of the submit method for
Browser/Desktop. See if you can consolidate for all 3 clients. */
this.loginEmailService.clearValues();
await this.router.navigate(["vault"]);
}