Add Discord to OAuth connections in Dashboard

cgen-d5ab759e93b843598e512d636abd9ba6
This commit is contained in:
Builder.io 2025-11-10 00:18:08 +00:00
parent f1b487e8a6
commit 07a78a05c0

View file

@ -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",
},
],
[],
);