mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +01:00
Send in error message (#1449)
This commit is contained in:
parent
6779adb064
commit
64416c9406
@ -83,7 +83,7 @@ export class PolicyEditComponent {
|
|||||||
try {
|
try {
|
||||||
request = await this.policyComponent.buildRequest(this.policiesEnabledMap);
|
request = await this.policyComponent.buildRequest(this.policiesEnabledMap);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.platformUtilsService.showToast("error", null, e);
|
this.platformUtilsService.showToast("error", null, e.message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user