Removed extra line

This commit is contained in:
Uncled1023 2019-01-29 00:18:36 -08:00
parent 95fffa79f0
commit 113340b092

View file

@ -110,7 +110,6 @@ public Teknik(OAuth2Info oauth, string authUrl)
AuthUrl = authUrl;
}
public bool GetAccessToken(string code)
{
Dictionary<string, string> args = new Dictionary<string, string>();