--- title: "" --- Renders all the OAuth buttons enabled on the project dashboard.
OAuthButtonGroup
If there are no OAuth providers enabled in the dashboard, this component will be empty. ## Props ## Example ```tsx import { OAuthButtonGroup } from '@stackframe/stack'; export default function Page() { return (

Sign In

); } ```