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