This repository has no description
0

Configure Feed

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

fix

+1 -2
+1 -2
src/contexts/AuthContext.js
··· 45 45 // Create the client instance 46 46 const oauthClient = new BrowserOAuthClient({ 47 47 clientMetadata: clientMetadata, 48 - handleResolver: 'https://bsky.social', // Use Bluesky's resolver or your own 49 - scope: 'atproto transition:generic' 48 + handleResolver: 'https://bsky.social' 50 49 }); 51 50 52 51 setClient(oauthClient); // Store the client instance