Skip to content

Commit 428e3fc

Browse files
committed
feat(ui): clearer auth nudge copy in the install panel
Reframe the auth notice from "Apps will need an access key" to the actual one-time flow: you enable and authenticate the app once and then it connects, and the client authentication requirement can be disabled in Settings → Security for a no-key setup. Claude-Session: https://claude.ai/code/session_01Baan9JmzR43uxxRUh7CAMF Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent ed2e3bc commit 428e3fc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/desktop/src/features/workspaces/WorkspaceInstallPanel.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,12 @@ export function WorkspaceInstallPanel({ workspaceRoot }: { workspaceRoot: string
164164
<ShieldOff className="mt-0.5 h-4 w-4 flex-shrink-0 text-amber-600 dark:text-amber-400" />
165165
<div className="min-w-0 flex-1">
166166
<p className="font-medium text-amber-800 dark:text-amber-300">
167-
Apps will need an access key to connect.
167+
You&apos;ll enable and authenticate this app once for it to work.
168168
</p>
169169
<p className="mt-0.5 text-amber-700 dark:text-amber-400">
170-
Authentication is an application-wide setting. For zero-config setup, turn it off in
171-
Settings → Security — apps then connect with just the URL and this workspace header.
170+
With authentication on, you approve and sign the app in a single time, then it
171+
connects. The client authentication requirement can be disabled in Settings → Security
172+
— apps then connect with just the URL and this workspace header.
172173
</p>
173174
<Button
174175
variant="secondary"

0 commit comments

Comments
 (0)