Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(example): clear client id

+1 -1
+1 -1
examples/01-statusphere/index.html
··· 377 377 378 378 // Use the same hostname as the current page to avoid DPoP htu mismatch 379 379 const SERVER_URL = `http://${window.location.hostname}:8080`; 380 - const CLIENT_ID = "client_hIDdeUW3tBTUZF6qgpXxbg"; // Set your OAuth client ID here 380 + const CLIENT_ID = ""; // Set your OAuth client ID here 381 381 382 382 const EMOJIS = [ 383 383 "👍",