Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions web/src/app/oauth/consent/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,8 @@ function ConsentForm({
className="mt-1"
/>
<span className="text-sm">
<span
className="font-medium"
style={pickingAccount ? { color: "var(--danger-strong)" } : undefined}
>
Account — full workspace admin ⚠
<span className="font-medium">
Account — full workspace admin
</span>
<span className="block text-xs text-muted">
Everything Agent can do, plus: create/delete inboxes, manage
Expand All @@ -381,12 +378,7 @@ function ConsentForm({
{pickingAccount && (
<div
role="alert"
className="p-3 text-xs border rounded"
style={{
background: "var(--danger-bg)",
color: "var(--danger-strong)",
borderColor: "var(--danger-bg)",
}}
className="p-3 text-xs border border-border rounded"
>
<strong>{client.client_name}</strong> will be able to administer your
entire e2a workspace. Only continue if you started this from a tool
Expand Down
Loading