mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
fixes (#3708)
This commit is contained in:
@@ -117,6 +117,7 @@ export class ExportComponent implements OnInit, OnDestroy {
|
|||||||
await this.userVerificationService.verifyUser(secret);
|
await this.userVerificationService.verifyUser(secret);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message);
|
this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.doExport();
|
this.doExport();
|
||||||
|
|||||||
Reference in New Issue
Block a user