diff --git a/app/controllers/auth/confirmations_controller.rb b/app/controllers/auth/confirmations_controller.rb deleted file mode 100644 index 4b6a37372..000000000 --- a/app/controllers/auth/confirmations_controller.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Auth::ConfirmationsController < Devise::ConfirmationsController - def create - super - end - - def show - super - end -end diff --git a/app/views/devise/passwords/reset_password.html.erb b/app/views/devise/passwords/reset_password.html.erb index 6399a99d9..04353c7b2 100644 --- a/app/views/devise/passwords/reset_password.html.erb +++ b/app/views/devise/passwords/reset_password.html.erb @@ -11,7 +11,6 @@ <%= f.hidden_field :reset_password_token %>
- <% binding.pry %> <%= f.govuk_error_summary %>

diff --git a/config/routes.rb b/config/routes.rb index f8269ed12..4d5f94205 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,7 +26,7 @@ Rails.application.routes.draw do devise_for :users, { path: :account, controllers: { - confirmations: "auth/confirmations", + confirmations: "devise/confirmations", passwords: "auth/passwords", sessions: "auth/sessions", two_factor_authentication: "auth/two_factor_authentication",