mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(api): remove prompt=none temporarily
This commit is contained in:
parent
71d35ba36a
commit
25107951de
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ type URLParams = {
|
|||
export const buildURL = (params: URLParams) =>
|
||||
`https://discord.com/api/oauth2/authorize?client_id=${
|
||||
params.clientID
|
||||
}&response_type=code&scope=identify%20guilds&prompt=none&redirect_uri=${encodeURIComponent(
|
||||
}&response_type=code&scope=identify%20guilds&redirect_uri=${encodeURIComponent(
|
||||
params.redirectURI
|
||||
)}&state=${params.state}`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue