mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-04 06:38:27 +08:00
Stop logging the GitHub response
Security++
This commit is contained in:
@ -64,7 +64,7 @@ class GitHub implements GitHost {
|
|||||||
response.body);
|
response.body);
|
||||||
throw GitHostException.OAuthFailed;
|
throw GitHostException.OAuthFailed;
|
||||||
}
|
}
|
||||||
Log.d("GithubResponse: " + response.body);
|
// Log.d("GithubResponse: " + response.body);
|
||||||
|
|
||||||
var map = Uri.splitQueryString(response.body);
|
var map = Uri.splitQueryString(response.body);
|
||||||
return map["access_token"] ?? "";
|
return map["access_token"] ?? "";
|
||||||
|
Reference in New Issue
Block a user