Minor change.

main
Paulo Gustavo Veiga 2024-03-24 00:15:55 -07:00
parent 0f4cfcd0d1
commit be27292699
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class OAuth2Controller extends BaseController {
// Response ...
final RestOath2CallbackResponse result = new RestOath2CallbackResponse();
result.setEmail(user.getEmail());
result.setGoogleSync(false);
result.setGoogleSync(user.getGoogleSync());
result.setSyncCode(user.getSyncCode());
result.setJwtToken(jwtToken);
return result;