Skip to content

Commit 91b07a0

Browse files
committed
Fixed call to client in OAuthManager #24
1 parent 9a6dea2 commit 91b07a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ios/OAuthManager/OAuthManager.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ - (NSDictionary *) getConfigForProvider:(NSString *)name
339339
[client authorizeWithUrl:providerName
340340
url:callbackUrl
341341
cfg:cfg
342-
store:[manager accountStore]
343-
344342
onSuccess:^(DCTAuthAccount *account) {
345343
NSDictionary *accountResponse = [manager getAccountResponse:account cfg:cfg];
346344
_pendingAuthentication = NO;

0 commit comments

Comments
 (0)