infra updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
|
||||
def passthru
|
||||
return show_404 alert: 'Test'
|
||||
send(params[:provider]) and return if available_action?(params[:provider])
|
||||
show_404
|
||||
# Or alternatively,
|
||||
# raise ActionController::RoutingError.new('Not Found')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user