mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 07:22:38 +00:00
Fixed email url for devise password reset
This commit is contained in:
@@ -109,5 +109,5 @@ Wrestling::Application.configure do
|
|||||||
}
|
}
|
||||||
config.action_mailer.perform_deliveries = true
|
config.action_mailer.perform_deliveries = true
|
||||||
#Devise needs origin of email
|
#Devise needs origin of email
|
||||||
Rails.application.routes.default_url_options[:host] = 'wrestlingdev.com'
|
Rails.application.routes.default_url_options[:host] = 'https://wrestlingdev.com'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user