Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use credentialed requests for password updates (#200)
Swap `apiClient.put` for `makeCredentialHTTPRequest` in `auth.changePassword` and `auth.resetPassword`. This should allow those client methods to work even when the client and the API are not on the same origin eg. when using the staging API.
- Loading branch information