mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
more specific and distinguishable oauth2 error message
This commit is contained in:
@@ -142,7 +142,7 @@ pub fn dc_get_oauth2_access_token(
|
|||||||
if !response.status().is_success() {
|
if !response.status().is_success() {
|
||||||
warn!(
|
warn!(
|
||||||
context,
|
context,
|
||||||
"Error calling OAuth2 at {}: {:?}",
|
"Unsuccessful response when calling OAuth2 at {}: {:?}",
|
||||||
token_url,
|
token_url,
|
||||||
response.status()
|
response.status()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user