Remove unnecessary navigation.

This commit is contained in:
Alec Rippberger 2024-09-25 16:20:13 -05:00
parent 3187a3300e
commit 7767545a50
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ export class LoginComponent implements OnInit, OnDestroy {
} }
this.loginEmailService.clearValues(); this.loginEmailService.clearValues();
await this.router.navigate(["vault"]);
} }
protected async launchSsoBrowserWindow(clientId: "browser" | "desktop"): Promise<void> { protected async launchSsoBrowserWindow(clientId: "browser" | "desktop"): Promise<void> {