1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00
This commit is contained in:
Bernd Schoolmann
2025-10-30 13:01:37 +01:00
parent 8a9fea56b4
commit 5db6ae5c25

View File

@@ -190,7 +190,7 @@ export class RegistrationFinishComponent implements OnInit, OnDestroy {
await this.loginSuccessHandlerService.run(
authenticationResult.userId,
authenticationResult?.masterPassword ?? null,
authenticationResult.masterPassword ?? null,
);
await this.router.navigate(["/vault"]);