Skip to content

Commit bb9e288

Browse files
committed
remove conflict marker
1 parent a609c7f commit bb9e288

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Sources/OAuth2Client/NXOAuth2AccountStore.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,8 @@ - (NXOAuth2Client *)pendingOAuthClientForAccountType:(NSString *)accountType;
401401
NSURL *authorizeURL = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationAuthorizeURL];
402402
NSURL *tokenURL = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationTokenURL];
403403
NSString *tokenType = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationTokenType];
404-
<<<<<<< HEAD
405404
NSString *tokenRequestHTTPMethod = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationTokenRequestHTTPMethod];
406-
=======
407405
NSString *keychainGroup = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationKeyChainGroup];
408-
>>>>>>> 13211ba... Added support for different keychain groups (multi-user)
409406
NSDictionary *additionalAuthenticationParameters = [configuration objectForKey:kNXOAuth2AccountStoreConfigurationAdditionalAuthenticationParameters];
410407

411408
client = [[NXOAuth2Client alloc] initWithClientID:clientID
@@ -485,7 +482,7 @@ - (void)oauthClientDidGetAccessToken:(NXOAuth2Client *)client;
485482
}
486483

487484
NXOAuth2Account *account = [[NXOAuth2Account alloc] initAccountWithOAuthClient:client accountType:accountType];
488-
485+
489486
[self addAccount:account];
490487
}
491488

0 commit comments

Comments
 (0)