Add Discord to supported OAuth providers
cgen-237776de23054c4e86032501a75d54f8
This commit is contained in:
parent
a337660258
commit
56ff6af853
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue