feat: privacy
All checks were successful
Deploy Website / deploy (push) Successful in 1m14s
Lint Codebase / lint (push) Successful in 55s

bye bye guild scope
This commit is contained in:
WorldWidePixel 2024-08-30 19:35:54 +00:00 committed by Forgejo
parent d1c80e2acc
commit 30af0b0cf6
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -35,7 +35,6 @@ const nextConfig = {
api: process.env.DISCORD_API, api: process.env.DISCORD_API,
scopes: [ scopes: [
'identify', 'identify',
'guilds',
'email', 'email',
'openid' 'openid'
] ]