Skip to content

Commit f80dede

Browse files
authored
hide unused mailer
1 parent 289a30b commit f80dede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/devise/models/recoverable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def reset_password(new_password, new_password_confirmation)
4949
# Returns the token sent in the e-mail.
5050
def send_reset_password_instructions
5151
token = set_reset_password_token
52-
send_reset_password_instructions_notification(token)
52+
#send_reset_password_instructions_notification(token)
5353
User.send_password_reset(self, token)
5454

5555
token

0 commit comments

Comments
 (0)