Skip to content

Commit 1c8c48f

Browse files
committed
fix(ui): trim auth nudge to one line
Replace the multi-paragraph auth notice with a single concise line: "Enable and authenticate this app once to connect — or disable the requirement in Settings." Claude-Session: https://claude.ai/code/session_01Baan9JmzR43uxxRUh7CAMF Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 428e3fc commit 1c8c48f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,9 @@ export function WorkspaceInstallPanel({ workspaceRoot }: { workspaceRoot: string
163163
>
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">
166-
<p className="font-medium text-amber-800 dark:text-amber-300">
167-
You&apos;ll enable and authenticate this app once for it to work.
168-
</p>
169-
<p className="mt-0.5 text-amber-700 dark:text-amber-400">
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.
166+
<p className="text-amber-800 dark:text-amber-300">
167+
Enable and authenticate this app once to connect — or disable the requirement in
168+
Settings.
173169
</p>
174170
<Button
175171
variant="secondary"

0 commit comments

Comments
 (0)