controllers: remove useless handle_verified_request
override
This is a leftover of 09933454ff
This commit is contained in:
parent
eec82b3798
commit
a03d8d0705
1 changed files with 0 additions and 6 deletions
|
@ -77,10 +77,4 @@ class Users::SessionsController < Devise::SessionsController
|
||||||
redirect_to link_sent_path(email: instructeur.email)
|
redirect_to link_sent_path(email: instructeur.email)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def handle_unverified_request
|
|
||||||
super
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue