'use client' import { ExternalLink } from 'lucide-react' import { useRedirectIfNotAuth } from '@/utils/auth' export default function PrivacySettingsPage() { const userInfo = useRedirectIfNotAuth() if (!userInfo) { return (
Loading...
Settings
Understand how we collect, use, and protect your personal information.
Understand your rights and responsibilities when using our platform.