Skip to content

Commit 179c6f4

Browse files
authored
Merge pull request #68 from FahimF/master
Fix Parse User Login
2 parents 970011c + 9162c47 commit 179c6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/objects/parse_user.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class ParseUser extends ParseObject implements ParseCloneable {
145145
keyVarPassword: password
146146
});
147147

148-
final response = await _client.post(url, headers: {
148+
final response = await _client.get(url, headers: {
149149
keyHeaderRevocableSession: "1",
150150
});
151151

0 commit comments

Comments
 (0)