BETTER-AUTH. UI
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 https://better-auth-ui.com/r/linked-accounts.json

Props

Prop

Type

Last updated on

On this page