mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Navigate to fault after cipher deleted. (#11042)
This commit is contained in:
parent
d0516f24e8
commit
80a9836cb2
@ -118,6 +118,7 @@ export class ViewComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
this.dialogRef.close({ action: ViewCipherDialogResult.deleted });
|
||||
await this.router.navigate(["/vault"]);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user