Log in should redirect to /events
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
sto
2026-08-06 11:41:44 +02:00
parent 817857ffd8
commit f9e100b85f

View File

@@ -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)