1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-05 23:20:31 +01:00
This commit is contained in:
cd-bitwarden 2022-10-06 12:31:31 -04:00 committed by GitHub
parent f2159d71ea
commit 8676d194d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();