mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
PM-15569 return user to settings page after exporting vault (#13067)
This commit is contained in:
@@ -34,6 +34,6 @@ export class ExportBrowserV2Component {
|
||||
constructor(private router: Router) {}
|
||||
|
||||
protected async onSuccessfulExport(organizationId: string): Promise<void> {
|
||||
await this.router.navigate(["/vault-settings"]);
|
||||
await this.router.navigate(["/tabs/settings"]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user