Render a helpful menu of tenants temporarily

This commit is contained in:
Mike Dalessio
2025-10-02 14:46:23 -04:00
parent 47370084d2
commit 2d327e6294
3 changed files with 20 additions and 2 deletions
@@ -6,7 +6,8 @@ class ControllerAuthenticationTest < ActionDispatch::IntegrationTest
get cards_path
assert_redirected_to new_session_path
assert_response :success
assert_dom "h2", text: "We're migrating Fizzy authentication"
end
test "access with an account slug but no session redirects to new session" do