Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
[Issue #33] Removing unnecessary call to -clearAuthorizationHeader in…
Browse files Browse the repository at this point in the history
… authenticateUsingOAuthWithPath:...
  • Loading branch information
mattt committed Oct 23, 2013
1 parent d68e9f4 commit c2946bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AFOAuth2Client/AFOAuth2Client.m
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ - (void)authenticateUsingOAuthWithPath:(NSString *)path

[credential setRefreshToken:refreshToken expiration:expireDate];

[self clearAuthorizationHeader];
[self setAuthorizationHeaderWithCredential:credential];

if (success) {
Expand Down

0 comments on commit c2946bf

Please sign in to comment.