From 07a78a05c03bfd2771329829313553c1c047d582 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 00:18:08 +0000 Subject: [PATCH] Add Discord to OAuth connections in Dashboard cgen-d5ab759e93b843598e512d636abd9ba6 --- client/pages/Dashboard.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 5f95b265..7a2ef591 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -269,6 +269,13 @@ export default function Dashboard() { Icon: Github, gradient: "from-gray-600 to-gray-900", }, + { + provider: "discord", + name: "Discord", + description: "Link your Discord account to join the AeThex community.", + Icon: MessageCircle, + gradient: "from-indigo-600 to-purple-900", + }, ], [], );