Skip to content

Commit

Permalink
fix: re-enable prompt=none
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 9, 2025
1 parent 2255d0d commit 764a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/auth/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports.get = () => ({

const params = {
client_id: client.user.id,
// ? prompt: 'none',
prompt: 'none',
redirect_uri: `${process.env.HTTP_EXTERNAL}/auth/callback`, // if not set defaults to first allowed
response_type: 'code',
scope: 'guilds identify',
Expand Down

0 comments on commit 764a8aa

Please sign in to comment.