diff --git a/GoogleSignIn/Sources/GIDSignIn.m b/GoogleSignIn/Sources/GIDSignIn.m index dbbcd92d..a8e94ff8 100644 --- a/GoogleSignIn/Sources/GIDSignIn.m +++ b/GoogleSignIn/Sources/GIDSignIn.m @@ -639,7 +639,7 @@ - (void)addSaveAuthCallback:(GIDAuthFlow *)authFlow { return; } - if (_currentOptions.addScopesFlow) { + if (self->_currentOptions.addScopesFlow) { [self->_currentUser updateAuthState:authState profileData:handlerAuthFlow.profileData]; } else {