mirror of
https://github.com/bitwarden/browser
synced 2025-01-22 09:15:40 +01:00
fixes (#3708)
This commit is contained in:
parent
f2159d71ea
commit
8676d194d0
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user