mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
Cleanup
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user