Components
Loading preview...
Social authentication configured for auth flow with different messaging.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/social-authentication-blockimport AuthWithSocialBlock from "@/components/ui/social-authentication-block";
export default function DemoOne() {
return <AuthWithSocialBlock />;
}