diff --git a/frontend/src/pages/JoinBoutPage.vue b/frontend/src/pages/JoinBoutPage.vue index db04d93..117f07a 100644 --- a/frontend/src/pages/JoinBoutPage.vue +++ b/frontend/src/pages/JoinBoutPage.vue @@ -18,7 +18,7 @@ const nsecInput = ref('') const rememberKey = ref(false) const { isWalletConnected, payEntryFee, paymentStatus } = useWallet() -// Steps: 'login' | 'choose-mode' | 'pick-character' | 'name-bot' | 'bot-setup' | 'choose-connection' | 'add-webhook' | +// Steps: 'login' | 'choose-mode' | 'pick-character' | 'name-bot' | 'bot-setup' | 'add-webhook' | // 'pick-human-avatar' | 'name-human' | 'human-guide' | 'ready' const step = ref('login') const isHumanMode = ref(false) @@ -920,58 +920,92 @@ function handleSignOut() { - + - - -