Skip to content

[Regression] Registration not working in 1.0.28  #456

Closed
@PawlikMichal25

Description

@PawlikMichal25

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions