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 b64b8c4 commit 2787690Copy full SHA for 2787690
ios/OAuthManager/OAuthManager.m
@@ -344,6 +344,7 @@ - (NSDictionary *) getConfigForProvider:(NSString *)name
344
NSDictionary *accountResponse = [manager getAccountResponse:account cfg:cfg];
345
_pendingAuthentication = NO;
346
[manager removePending:client];
347
+ [[manager accountStore] saveAccount:account]; // <~
348
349
callback(@[[NSNull null], @{
350
@"status": @"ok",
0 commit comments