Scrapboard.org client

Update useAuth.tsx

authored by

Turtlepaw and committed by
GitHub
38a3f69c 839a40a4

+1 -1
+1 -1
src/lib/useAuth.tsx
··· 58 58 }) 59 59 : await BrowserOAuthClient.load({ 60 60 handleResolver, 61 - clientId: "https://scribbleboard.pages.dev/client-metadata.json", 61 + clientId: "https://pin.to.it/client-metadata.json", 62 62 }); 63 63 64 64 setClient(c);