mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
navigate fix on import success
This commit is contained in:
@@ -42,6 +42,7 @@ export class ImportComponent extends BaseImportComponent {
|
||||
ngOnInit() {
|
||||
this.route.parent.parent.params.subscribe(async (params) => {
|
||||
this.organizationId = params.organizationId;
|
||||
this.successNavigate = ['organizations', this.organizationId, 'vault'];
|
||||
super.ngOnInit();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user