We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6dea2 commit 91b07a0Copy full SHA for 91b07a0
ios/OAuthManager/OAuthManager.m
@@ -339,8 +339,6 @@ - (NSDictionary *) getConfigForProvider:(NSString *)name
339
[client authorizeWithUrl:providerName
340
url:callbackUrl
341
cfg:cfg
342
- store:[manager accountStore]
343
-
344
onSuccess:^(DCTAuthAccount *account) {
345
NSDictionary *accountResponse = [manager getAccountResponse:account cfg:cfg];
346
_pendingAuthentication = NO;
0 commit comments