Skip to content

Commit

Permalink
Fix a ConfigKey use in accountmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljaysoft committed Aug 15, 2016
1 parent bab0927 commit bd1e082
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ private static void logOnGoogleAuth(String authCode) {
cp = provider;
if (config.getBool(ConfigKey.LOGIN_SAVE_AUTH)) {
if (!refresh)
config.setString(ConfigKey.LOGIN_SAVE_AUTH, provider.getRefreshToken());
config.setString(ConfigKey.LOGIN_GOOGLE_AUTH_TOKEN, provider.getRefreshToken());
} else {
deleteLoginData(LoginType.GOOGLE);
}
Expand Down

0 comments on commit bd1e082

Please sign in to comment.