Skip to content

Commit

Permalink
Update ParseUser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldiogo committed Dec 29, 2015
1 parent 036c44c commit 12fd97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/parse4j/ParseUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static ParseUser login(String username, String password) throws ParseExce
jsonResponse.remove(ParseConstants.FIELD_CREATED_AT);
jsonResponse.remove(ParseConstants.FIELD_UPDATED_AT);
jsonResponse.remove(ParseConstants.FIELD_SESSION_TOKEN);
parseUser.setData(jsonResponse, true);
parseUser.setData(jsonResponse, false);
return parseUser;

}catch (JSONException e) {
Expand Down

0 comments on commit 12fd97c

Please sign in to comment.