"use client"; import { Box, Button, Card, CardContent, Grid, Stack, TextField, Typography } from "@mui/material"; export default function OAuthSetupClient({ startSetup }: { startSetup: (formData: FormData) => void }) { return ( Configure OAuth2 Provide the OAuth configuration for your identity provider to finish setting up Caddy Proxy Manager. The first user who signs in becomes the administrator. ); }