mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-09 02:13:45 +08:00
fixes (#3708)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user