1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

Navigate to fault after cipher deleted. (#11042)

This commit is contained in:
Alec Rippberger
2024-09-17 14:00:21 -05:00
committed by GitHub
parent d0516f24e8
commit 80a9836cb2

View File

@@ -118,6 +118,7 @@ export class ViewComponent implements OnInit, OnDestroy {
}
this.dialogRef.close({ action: ViewCipherDialogResult.deleted });
await this.router.navigate(["/vault"]);
};
/**