From 4b0375e51f148683d948848e5307b8fe517529cc Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 20 Aug 2020 17:05:15 -0500 Subject: [PATCH] Removed omniauth_callbacks route MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - omniauth_callbacks route --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 993de8ec..792c1558 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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',