mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Navigate to fault after cipher deleted. (#11042)
This commit is contained in:
@@ -118,6 +118,7 @@ export class ViewComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.dialogRef.close({ action: ViewCipherDialogResult.deleted });
|
this.dialogRef.close({ action: ViewCipherDialogResult.deleted });
|
||||||
|
await this.router.navigate(["/vault"]);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user