Skip to content

Commit 3ce2344

Browse files
committed
remove oauth debugger
1 parent 66a96cd commit 3ce2344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/webserver/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ async def init_auth(self):
9393
client_secret="AYgD5Y2DV7bbWupYW7WmYQ",
9494
redirect_uris=[
9595
"http://127.0.0.1:3000/callback",
96-
"https://oauthdebugger.com/debug",
9796
],
9897
)
9998
)

0 commit comments

Comments
 (0)