remove unneeded redirect

This commit is contained in:
Joshua Arts 2018-07-20 17:09:03 -04:00
parent 690a12ceba
commit 40cb48a10a
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class SessionsController < ApplicationController
login(user)
rescue => e
logger.error "Error authenticating via omniauth: #{e}"
redirect_to root_path
end
# POST /auth/failure