completionId: cgen-2d571f85f810430e8c759a14c5315dba
cgen-2d571f85f810430e8c759a14c5315dba
This commit is contained in:
parent
80310490fc
commit
e4effdb956
1 changed files with 3 additions and 1 deletions
|
|
@ -1285,7 +1285,9 @@ export function createServer() {
|
|||
client_secret: clientSecret,
|
||||
grant_type: "authorization_code",
|
||||
code,
|
||||
redirect_uri: "https://127.0.0.1", // Placeholder for Activity
|
||||
redirect_uri:
|
||||
process.env.DISCORD_ACTIVITY_REDIRECT_URI ||
|
||||
"https://aethex.dev/activity",
|
||||
}).toString(),
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue