Closed
Description
So because of issue #444 and then PR #446 registration stopped working with Parse returning:
ParseException (Type: PasswordMissing) :
Code: 201
Message: password is required----
This can be easily fixed by adding here:
final Map<String, dynamic> bodyData = _getObjectData();
bodyData['password'] = password;
final Uri url = getSanitisedUri(_client, '$path');
but I wonder if this the approach we wanna take? Or if there are other things broken because of that?
@fischerscode
Metadata
Metadata
Assignees
Labels
No labels