Skip to content

Commit

Permalink
Merge pull request #2123 from 18F/mb-remove-temp-mailer
Browse files Browse the repository at this point in the history
Remove temporary mailer
  • Loading branch information
monfresh authored Apr 30, 2018
2 parents 0e121b0 + 5f12db6 commit 2051ce2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ def account_does_not_exist(email, request_id)
@sign_up_email_url = sign_up_email_url(request_id: request_id, locale: locale_url_param)
mail(to: email, subject: t('user_mailer.account_does_not_exist.subject'))
end

def reset_password(email)
mail(to: email, subject: 'Please reset your password')
end
end
32 changes: 0 additions & 32 deletions app/views/user_mailer/reset_password.html.slim

This file was deleted.

0 comments on commit 2051ce2

Please sign in to comment.