tangled
alpha
login
or
join now
bunware.org
/
pin.to.it
6
fork
atom
Scrapboard.org client
6
fork
atom
overview
issues
pulls
pipelines
fix: use correct metadata
Turtlepaw
7 months ago
f15455c9
d37c8f10
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
useAuth.tsx
+1
-1
src/lib/useAuth.tsx
···
58
58
})
59
59
: await BrowserOAuthClient.load({
60
60
handleResolver,
61
61
-
clientId: "https://yourdomain.com/client-metadata.json",
61
61
+
clientId: "https://scribbleboard.pages.dev/client-metadata.json",
62
62
});
63
63
64
64
setClient(c);