diff --git a/libs/angular/src/components/export.component.ts b/libs/angular/src/components/export.component.ts index 352ee1eed1..eaa635fc5e 100644 --- a/libs/angular/src/components/export.component.ts +++ b/libs/angular/src/components/export.component.ts @@ -117,6 +117,7 @@ export class ExportComponent implements OnInit, OnDestroy { await this.userVerificationService.verifyUser(secret); } catch (e) { this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message); + return; } this.doExport();