Skip to content

Commit 1aa1721

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: tidy up connected identities ui (#40049)
GitOrigin-RevId: a32d72ed0bfb67fec35280533d810d7245115819
1 parent 6d744a8 commit 1aa1721

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

npm-packages/dashboard/src/components/profile/ConnectedIdentities.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ export function ConnectedIdentities() {
6262
/>
6363
))}
6464
</div>
65-
<h4 className="mt-4">Link an additional account</h4>
66-
<p className="max-w-prose text-sm">
67-
You can add additional log in methods to your Convex account.
68-
</p>
6965
{/* Render the confirmation dialog for changing primary identity at the root */}
7066
{changingPrimaryId && candidatePrimaryIdentity && (
7167
<ConfirmationDialog

0 commit comments

Comments
 (0)