mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
fix: re-enable prompt=none
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user