Skip to content

User-service can not handle plaintext return from password reset api #6

Description

@KancerEzeroglu

handleResponse fails while processing successfull response.

function reset_password(email) {
    const requestOptions = {
        method: 'POST',
        headers: { 'Content-Type': 'application/json' },
        body: email
    };

    return fetch('/api/account/reset_password/init', requestOptions).then(handleResponse);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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