-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reset Password API v2 endpoints #490
Conversation
5ea570d
to
b96f728
Compare
) | ||
|
||
if user.errors.empty? | ||
head :ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just return head, not json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just return head, not json?
@damianlegawiec wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chhga @pmilewski head is OK
b96f728
to
c8c5ca3
Compare
[pull] master from spree:master
[pull] master from spree:master
app/controllers/spree/api/v2/storefront/passwords_controller.rb
Outdated
Show resolved
Hide resolved
c8c5ca3
to
1956196
Compare
No description provided.