Removed extra line

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

View file

@ -109,7 +109,6 @@ public Teknik(OAuth2Info oauth, string authUrl)
AuthInfo = oauth;
AuthUrl = authUrl;
}
public bool GetAccessToken(string code)
{