Components
<LinkedAccounts />
Display and manage linked social accounts with the ability to link and unlink providers.
Usage
Linked accounts
import { LinkedAccounts } from "@/components/auth/settings/security/linked-accounts"
export function LinkedAccountsDemo() {
return (
<div className="w-full">
<LinkedAccounts />
</div>
)
}Installation
npx shadcn@latest add @better-auth-ui/linked-accountsProps
Prop
Type
Last updated on