diff --git a/app/controllers/concerns/authentication.rb b/app/controllers/concerns/authentication.rb index 972cbba..df0faaf 100644 --- a/app/controllers/concerns/authentication.rb +++ b/app/controllers/concerns/authentication.rb @@ -35,7 +35,7 @@ module Authentication end def after_authentication_url - session.delete(:return_to_after_authenticating) || "/contests" + session.delete(:return_to_after_authenticating) || "/events" end def start_new_session_for(user)