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