Stop logging the GitHub response

Security++
This commit is contained in:
Vishesh Handa
2021-02-15 12:10:24 +01:00
parent 5674172156
commit cfbd669109

View File

@ -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"] ?? "";