diff --git a/client/components/settings/OAuthConnections.tsx b/client/components/settings/OAuthConnections.tsx index 9b945fe7..eb356103 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -4,7 +4,7 @@ import { Badge } from "@/components/ui/badge"; import { cn } from "@/lib/utils"; import { Loader2, Link as LinkIcon, Unlink, ShieldCheck } from "lucide-react"; -export type ProviderKey = "google" | "github"; +export type ProviderKey = "google" | "github" | "discord"; export interface ProviderDescriptor { provider: ProviderKey;