File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -401,11 +401,8 @@ - (NXOAuth2Client *)pendingOAuthClientForAccountType:(NSString *)accountType;
401
401
NSURL *authorizeURL = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationAuthorizeURL ];
402
402
NSURL *tokenURL = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationTokenURL ];
403
403
NSString *tokenType = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationTokenType ];
404
- <<<<<<< HEAD
405
404
NSString *tokenRequestHTTPMethod = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationTokenRequestHTTPMethod ];
406
- =======
407
405
NSString *keychainGroup = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationKeyChainGroup ];
408
- >>>>>>> 13211ba... Added support for different keychain groups (multi-user)
409
406
NSDictionary *additionalAuthenticationParameters = [configuration objectForKey: kNXOAuth2AccountStoreConfigurationAdditionalAuthenticationParameters ];
410
407
411
408
client = [[NXOAuth2Client alloc ] initWithClientID: clientID
@@ -485,7 +482,7 @@ - (void)oauthClientDidGetAccessToken:(NXOAuth2Client *)client;
485
482
}
486
483
487
484
NXOAuth2Account *account = [[NXOAuth2Account alloc ] initAccountWithOAuthClient: client accountType: accountType];
488
-
485
+
489
486
[self addAccount: account];
490
487
}
491
488
You can’t perform that action at this time.
0 commit comments