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
Original file line number Diff line number Diff line change
Expand Up @@ -563,15 +563,9 @@ export function General() {

{!isAuthDisabled && (
<SettingsSection label='Account'>
<div className='flex flex-col gap-3'>
<div className='flex items-center justify-between'>
<Label>Delete account</Label>
<Chip onClick={() => setShowDeleteAccountModal(true)}>Delete</Chip>
</div>
<p className='text-[var(--text-muted)] text-small'>
Permanently deletes your account and everything only you can reach — workflows,
chats, files, knowledge bases and credentials. This cannot be undone.
</p>
<div className='flex items-center justify-between'>
<Label>Delete account</Label>
<Chip onClick={() => setShowDeleteAccountModal(true)}>Delete</Chip>
</div>
</SettingsSection>
)}
Expand Down
Loading