Removed omniauth_callbacks route
• Removed: - omniauth_callbacks route
This commit is contained in:
parent
9cbda5ea0e
commit
4b0375e51f
|
@ -36,7 +36,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
devise_for :users, path: 'auth', controllers: {
|
||||
omniauth_callbacks: 'auth/omniauth_callbacks',
|
||||
# omniauth_callbacks: 'auth/omniauth_callbacks',
|
||||
sessions: 'auth/sessions',
|
||||
registrations: 'auth/registrations',
|
||||
passwords: 'auth/passwords',
|
||||
|
|
Loading…
Reference in New Issue