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.
2 parents d69ac57 + 0783f9b commit 2add02bCopy full SHA for 2add02b
ios/Firestack/FirestackAuth.m
@@ -314,7 +314,7 @@ @implementation FirestackAuth
314
if (error) {
315
[self userErrorCallback:callback error:error user:user msg:@"getTokenError"];
316
} else {
317
- [self userCallback:callback user:user];
+ callback(@[[NSNull null], token]);
318
}
319
}];
320
@@ -331,7 +331,7 @@ @implementation FirestackAuth
331
332
[self userErrorCallback:callback error:error user:user msg:@"getTokenWithCompletion"];
333
334
335
336
337
0 commit comments