Skip to content

Send password reset email#12

Merged
mcelicalderon merged 1 commit intomasterfrom
send-password-reset-email
Sep 15, 2019
Merged

Send password reset email#12
mcelicalderon merged 1 commit intomasterfrom
send-password-reset-email

Conversation

@mcelicalderon
Copy link
Copy Markdown
Member

No description provided.

module Mutations
class SendPasswordReset < Base
argument :email, String, required: true, prepare: ->(email, _) { email.downcase }
argument :redirect_url, String, required: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space between redirect_url and String

@mcelicalderon mcelicalderon force-pushed the send-password-reset-email branch 2 times, most recently from 83f83af to 1a42184 Compare September 15, 2019 00:33
@mcelicalderon mcelicalderon force-pushed the send-password-reset-email branch from 1a42184 to 2f1578a Compare September 15, 2019 18:05
@mcelicalderon mcelicalderon marked this pull request as ready for review September 15, 2019 18:05
@mcelicalderon mcelicalderon merged commit 6f8c117 into master Sep 15, 2019
@mcelicalderon mcelicalderon deleted the send-password-reset-email branch September 15, 2019 20:53
@mcelicalderon mcelicalderon added the enhancement New feature or request label Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants