This repository has no description
0

Configure Feed

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

fix

+1
+1
src/contexts/AuthContext.js
··· 45 45 // Create the client instance 46 46 const oauthClient = new BrowserOAuthClient({ 47 47 clientMetadata: clientMetadata, 48 + plcDirectoryUrl: 'https://plc.directory', 48 49 }); 49 50 50 51 setClient(oauthClient); // Store the client instance