mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 18:51:29 +02:00
fix: re-enable prompt=none
This commit is contained in:
parent
2255d0d15d
commit
764a8aac37
@ -16,7 +16,7 @@ module.exports.get = () => ({
|
|||||||
|
|
||||||
const params = {
|
const params = {
|
||||||
client_id: client.user.id,
|
client_id: client.user.id,
|
||||||
// ? prompt: 'none',
|
prompt: 'none',
|
||||||
redirect_uri: `${process.env.HTTP_EXTERNAL}/auth/callback`, // if not set defaults to first allowed
|
redirect_uri: `${process.env.HTTP_EXTERNAL}/auth/callback`, // if not set defaults to first allowed
|
||||||
response_type: 'code',
|
response_type: 'code',
|
||||||
scope: 'guilds identify',
|
scope: 'guilds identify',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user