From fa2cee3a915d2c79d9278a2ed91eaf2a0b0bb5a3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:55:45 +0000 Subject: [PATCH] completionId: cgen-900ca33e56fc4897a91d76b896949814 cgen-900ca33e56fc4897a91d76b896949814 --- client/pages/Dashboard.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 047b94dc..4475ca0a 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -121,6 +121,30 @@ const ARMS = [ }, ]; +const OAUTH_PROVIDERS: readonly ProviderDescriptor[] = [ + { + provider: "github", + name: "GitHub", + description: "Connect your GitHub account for project collaboration", + Icon: Github, + gradient: "from-gray-700 to-black", + }, + { + provider: "google", + name: "Google", + description: "Sign in with your Google account", + Icon: Mail, + gradient: "from-red-500 to-orange-500", + }, + { + provider: "discord", + name: "Discord", + description: "Link your Discord account for community chat", + Icon: MessageCircle, + gradient: "from-indigo-500 to-purple-600", + }, +]; + export default function Dashboard() { const navigate = useNavigate(); const {