1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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