From 3a1b2f2dd8d2c1cd6da21e92b1c1d062b5d13baa Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 17:47:59 -0500 Subject: [PATCH] fix(onboarding): Change 'Go to Dashboard' to 'Go to Login' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The button after tenant creation was misleading - users need to log in first. Changed button text and URL to explicitly point to /login. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/pages/TenantOnboardPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/TenantOnboardPage.tsx b/frontend/src/pages/TenantOnboardPage.tsx index c864dde..6dc7967 100644 --- a/frontend/src/pages/TenantOnboardPage.tsx +++ b/frontend/src/pages/TenantOnboardPage.tsx @@ -659,12 +659,12 @@ const TenantOnboardPage: React.FC = () => { )}