mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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() {
|
||||
warn!(
|
||||
context,
|
||||
"Error calling OAuth2 at {}: {:?}",
|
||||
"Unsuccessful response when calling OAuth2 at {}: {:?}",
|
||||
token_url,
|
||||
response.status()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user