Skip to content

Commit

Permalink
(bug) remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gnepud committed Feb 1, 2024
1 parent 587b736 commit 2aaf801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def new
if active_provider.providable_type == 'DatabaseProvider'
super
else
p active_provider
redirect_post "/users/auth/#{active_provider.strategy_name}"
end
end
Expand Down

0 comments on commit 2aaf801

Please sign in to comment.