From ddff2a104804065c55bb32ce1d43bea2476d48f3 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 8 Apr 2026 15:53:52 -0500 Subject: [PATCH] add comment --- src/webpage/oauth2/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/oauth2/auth.ts b/src/webpage/oauth2/auth.ts index faf0032..1693211 100644 --- a/src/webpage/oauth2/auth.ts +++ b/src/webpage/oauth2/auth.ts @@ -47,6 +47,7 @@ type botjsonfetch = { if (window.location.pathname.startsWith("/oauth2")) { const users = getBulkUsers(); const params = new URLSearchParams(window.location.search); + //TODO replace me const well = params.get("instance") || "https://spacebar.chat"; const permstr = params.get("permissions"); const joinable: Specialuser[] = [];