Skip to content

Commit f6f3389

Browse files
committed
Cleanup
1 parent afbf81c commit f6f3389

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

GoogleSignIn/Sources/GIDProfileDataFetcher/Implementations/GIDProfileDataFetcher.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// The URL template for the URL to get user info.
1919
static NSString *const kUserInfoURLTemplate = @"https://%@/oauth2/v3/userinfo?access_token=%@";
2020

21-
// Maximum retry interval in seconds for the fetcher.
22-
static const NSTimeInterval kFetcherMaxRetryInterval = 15.0;
23-
2421
// Basic profile (Fat ID Token / userinfo endpoint) keys
2522
static NSString *const kBasicProfileEmailKey = @"email";
2623
static NSString *const kBasicProfilePictureKey = @"picture";

GoogleSignIn/Sources/GIDSignIn.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ - (void)addDecodeIdTokenCallback:(GIDAuthFlow *)authFlow {
825825

826826
[handlerAuthFlow wait];
827827

828-
[_profileDataFetcher
828+
[self->_profileDataFetcher
829829
fetchProfileDataWithAuthState:(OIDAuthState *)authState
830830
completion:^(GIDProfileData *_Nullable profileData,
831831
NSError *_Nullable error) {

0 commit comments

Comments
 (0)