mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
Send in error message (#1449)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user