tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
hostname check
authored by
Natalie
and committed by
Natalie B.
1 year ago
ecd92f61
d83411a5
+1
1 changed file
expand all
collapse all
unified
split
apps
amethyst
lib
atp
oauth.tsx
+1
apps/amethyst/lib/atp/oauth.tsx
···
41
41
const queryParams = new URLSearchParams();
42
42
queryParams.set("scope", "atproto transition:generic");
43
43
queryParams.set("redirect_uri", redirect);
44
44
+
console.log("Our client base uri is ", hostname);
44
45
meta = {
45
46
client_id:
46
47
hostname === "localhost"