1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-08 15:29:20 +00:00

Fixed reset password after the Devise migration.

This commit is contained in:
2025-04-09 17:18:47 -04:00
parent 2d433b680a
commit e934e2d65e
7 changed files with 74 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ class UserMailer < ApplicationMailer
#
def password_reset(user)
@user = user
mail to: user.email, subject: "Password reset"
mail to: user.email, subject: "WrestlingDev - Password reset"
end
end