Add Discord to OAuth connections in Dashboard
cgen-d5ab759e93b843598e512d636abd9ba6
This commit is contained in:
parent
f1b487e8a6
commit
07a78a05c0
1 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
[],
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue