Commit df598db2 authored by Robert Speicher's avatar Robert Speicher

Resolve app/controllers/passwords_controller.rb

parent 056d4e76
......@@ -5,11 +5,8 @@ class PasswordsController < Devise::PasswordsController
before_action :check_password_authentication_available, only: [:create]
before_action :throttle_reset, only: [:create]
<<<<<<< HEAD
prepend EE::PasswordsController
=======
>>>>>>> upstream/master
# rubocop: disable CodeReuse/ActiveRecord
def edit
super
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment