From d17f6970b9d4a6b887609314aabb20a034578a95 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 13 Mar 2026 17:15:11 +0000 Subject: [PATCH] fix: move setup guide to post-registration step where credentials exist - Remove setup guide from pre-registration bot-setup step (no credentials yet) - Add collapsible guide preview to ready step with real bot_id/secret injected - "COPY GUIDE + CREDENTIALS" copies the full guide with credentials embedded Co-Authored-By: Claude Opus 4.6 --- frontend/src/pages/JoinBoutPage.vue | 63 +++++++++++++---------------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/frontend/src/pages/JoinBoutPage.vue b/frontend/src/pages/JoinBoutPage.vue index 6479a1f..0d0d19e 100644 --- a/frontend/src/pages/JoinBoutPage.vue +++ b/frontend/src/pages/JoinBoutPage.vue @@ -965,7 +965,7 @@ function handleSignOut() { SET UP {{ botName.toUpperCase() }}

- Pick a mode, download the guide, tell your AI. + Pick how your bot connects.

@@ -1009,39 +1009,6 @@ function handleSignOut() { - -
- - -
-
- {{ setupDocName() }} - -
-
-

Loading...

-
-
{{ setupContent }}
-
-
-

@@ -1353,6 +1320,34 @@ function handleSignOut() { Paste this into your AI (Claude, ChatGPT, etc.) — it includes the full setup guide with your credentials. Save these credentials — the secret won't be shown again.

+ + + +
+
+ {{ setupDocName() }} + +
+
+

Loading...

+
+
{{ setupContent }}
+