Skip to content

Commit 9162c47

Browse files
committed
Update parse_user.dart
Fixed Parse login requests not working due to incorrect request type
1 parent 9c70784 commit 9162c47

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)