We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d744a8 commit 1aa1721Copy full SHA for 1aa1721
npm-packages/dashboard/src/components/profile/ConnectedIdentities.tsx
@@ -62,10 +62,6 @@ export function ConnectedIdentities() {
62
/>
63
))}
64
</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>
69
{/* Render the confirmation dialog for changing primary identity at the root */}
70
{changingPrimaryId && candidatePrimaryIdentity && (
71
<ConfirmationDialog
0 commit comments