1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) remove unused code

This commit is contained in:
Du Peng 2024-02-01 14:48:05 +01:00
parent 587b73685f
commit 2aaf801c1f

View File

@ -7,7 +7,6 @@ class SessionsController < Devise::SessionsController
if active_provider.providable_type == 'DatabaseProvider'
super
else
p active_provider
redirect_post "/users/auth/#{active_provider.strategy_name}"
end
end