mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Log full error for better debugging support (#473)
This commit is contained in:
parent
d50531886b
commit
d3ee08abb6
@ -35,6 +35,7 @@ export class ApiActionDirective implements OnChanges {
|
||||
this.logService.error('Captcha required error response: ' + e.getSingleMessage());
|
||||
return;
|
||||
}
|
||||
this.logService?.error(`Received API exception: ${e}`);
|
||||
this.validationService.showError(e);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user