1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

PM-5589 add-edit defect fix (#7450)

This commit is contained in:
Jason Ng
2024-01-04 15:34:37 -05:00
committed by GitHub
parent 06affa9654
commit 312197b8c7
4 changed files with 0 additions and 6 deletions

View File

@@ -49,7 +49,6 @@ export class EmergencyAddEditCipherComponent extends BaseAddEditComponent {
logService: LogService,
sendApiService: SendApiService,
dialogService: DialogService,
window: Window,
datePipe: DatePipe,
) {
super(
@@ -70,7 +69,6 @@ export class EmergencyAddEditCipherComponent extends BaseAddEditComponent {
passwordRepromptService,
sendApiService,
dialogService,
window,
datePipe,
);
}