import { Shield, Lock, Fingerprint, Smartphone, UserPlus, AlertTriangle } from "lucide-react"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"; import { Slider } from "@/components/ui/slider"; import { Badge } from "@/components/ui/badge"; import { Alert, AlertDescription } from "@/components/ui/alert"; export default function PoliciesPage() { return (
Configure security requirements for organization members
Invite only: Members can only join via admin invitation
At least one A-Z
At least one 0-9
At least one !@#$%^&*
All members must set up an authenticator app
Members must register a passkey for backup authentication