forked from External/greenlight
remove unneeded redirect
This commit is contained in:
parent
690a12ceba
commit
40cb48a10a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue