mirror of
https://github.com/bitwarden/browser
synced 2025-01-05 23:20:31 +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);
|
||||
} catch (e) {
|
||||
this.platformUtilsService.showToast("error", this.i18nService.t("errorOccurred"), e.message);
|
||||
return;
|
||||
}
|
||||
|
||||
this.doExport();
|
||||
|
Loading…
Reference in New Issue
Block a user