Use the sole collection as the root for a better onboarding experience for new accounts

This commit is contained in:
Jorge Manrubia
2025-11-04 16:59:40 +01:00
parent 2e0ce7bda9
commit 2bb90eab13
12 changed files with 40 additions and 9 deletions
@@ -42,7 +42,7 @@ class JoinCodesControllerTest < ActionDispatch::IntegrationTest
end
assert_redirected_to session_magic_link_path
assert_equal root_url(script_name: "/#{@tenant}"), session[:return_to_after_authenticating]
assert_equal landing_url(script_name: "/#{@tenant}"), session[:return_to_after_authenticating]
end
end