From 7a21a577b563f3d84ec2c710476dad8e281df7a3 Mon Sep 17 00:00:00 2001 From: Brett Chien Date: Sat, 29 Aug 2026 21:39:50 +0800 Subject: [PATCH] fix(console): chat token/secret visibility bug + add ACP token field (studio#132/#136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two things Brett caught live-testing the wizard (screenshot: Bot token + Channel secret both showing with Chat platform = "— none —"). ## Bug: hidden chat token/secret fields stayed visible `.compose-form label { display: flex; ... }` has higher specificity ((0,1,1)) than the UA stylesheet's `[hidden] { display: none }` ((0,1,0)), so toggling `.hidden` on `#deploy-chat-token-wrap`/`#deploy-chat-secret-wrap` (both