Components
<SignOut />
A sign-out component that automatically signs the user out when mounted and displays a loading indicator.
Usage
import { SignOut } from "@/components/auth/sign-out"
export function SignOutDemo() {
return <SignOut />
}Installation
npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/sign-outProps
Prop
Type
Last updated on