mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
fix(oauth2): remove discord oauth integration
This commit is contained in:
@@ -82,15 +82,5 @@
|
||||
"access_type": "offline",
|
||||
"consent": "prompt"
|
||||
}
|
||||
},
|
||||
"discord": {
|
||||
"auth_url": "https://discordapp.com/api/oauth2/authorize",
|
||||
"token_url": "https://discordapp.com/api/oauth2/token",
|
||||
"scopes": [
|
||||
"bot"
|
||||
],
|
||||
"extra_params": {
|
||||
"permissions": "68608"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user