Components
Social authentication configured for auth flow with different messaging.
Loading preview...
import AuthWithSocialBlock from "@/components/ui/social-authentication-block";
export default function DemoOne() {
return <AuthWithSocialBlock />;
}