mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
feat(api): /login-bounce adds &prompt=none to skip user interaction
This commit is contained in:
parent
117c73a8a1
commit
00ac3ef87a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ type URLParams = {
|
|||
const buildURL = (params: URLParams) =>
|
||||
`https://discord.com/api/oauth2/authorize?client_id=${
|
||||
params.clientID
|
||||
}&response_type=code&scope=identify%20guilds&redirect_uri=${encodeURIComponent(
|
||||
}&response_type=code&scope=identify%20guilds&prompt=none&redirect_uri=${encodeURIComponent(
|
||||
params.redirectURI
|
||||
)}&state=${params.state}`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue