mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user