Somebody take the keyboard away from me

This commit is contained in:
Haacked
2015-04-21 16:25:08 -07:00
parent afd5f8ab56
commit 119d331b44
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ namespace Octokit
var endpoint = ApiUrls.Authorizations();
return ApiConnection.Put<ApplicationAuthorization>(endpoint, requestData);
return ApiConnection.Post<ApplicationAuthorization>(endpoint, requestData);
}
/// <summary>
+2 -1
View File
@@ -207,7 +207,8 @@ namespace Octokit
uri,
data,
accepts,
contentType).ConfigureAwait(false);
contentType,
twoFactorAuthenticationCode).ConfigureAwait(false);
return response.Body;
}