mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Log full api error (#10409)
This commit is contained in:
@@ -42,7 +42,7 @@ export class ApiActionDirective implements OnChanges {
|
||||
this.logService.error("Captcha required error response: " + e.getSingleMessage());
|
||||
return;
|
||||
}
|
||||
this.logService?.error(`Received API exception: ${e}`);
|
||||
this.logService?.error(`Received API exception:`, e);
|
||||
this.validationService.showError(e);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user