|
@@ -639,7 +639,7 @@ static const NSTimeInterval kMinimumRestoredAccessTokenTimeToExpire = 600.0;
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (_currentOptions.addScopesFlow) {
|
|
|
|
|
|
|
+ if (self->_currentOptions.addScopesFlow) {
|
|
|
[self->_currentUser updateAuthState:authState
|
|
[self->_currentUser updateAuthState:authState
|
|
|
profileData:handlerAuthFlow.profileData];
|
|
profileData:handlerAuthFlow.profileData];
|
|
|
} else {
|
|
} else {
|