Add Discord to supported OAuth providers

cgen-237776de23054c4e86032501a75d54f8
This commit is contained in:
Builder.io 2025-11-10 00:17:16 +00:00
parent a337660258
commit 56ff6af853

View file

@ -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;