We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a96cd commit 3ce2344Copy full SHA for 3ce2344
core/webserver/__init__.py
@@ -93,7 +93,6 @@ async def init_auth(self):
93
client_secret="AYgD5Y2DV7bbWupYW7WmYQ",
94
redirect_uris=[
95
"http://127.0.0.1:3000/callback",
96
- "https://oauthdebugger.com/debug",
97
],
98
)
99
0 commit comments