diff --git a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts index 0aa3c3093..fb7fe2cb0 100644 --- a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts +++ b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts @@ -125,8 +125,6 @@ export class CreateOrUpdateAccountDialog implements OnDestroy { this.dialogRef.close({ account }); }); } - - this.dialogRef.close({ account }); } public ngOnDestroy() {