This repository has no description
0

Configure Feed

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

fix

+1 -1
+1 -1
src/contexts/AuthContext.js
··· 17 17 client_uri: domain, 18 18 redirect_uris: [`https://testing.cred.blue/login/callback`], 19 19 logo_uri: `https://testing.cred.blue/favicon.ico`, 20 - scope: "atproto", 20 + scope: "atproto transition:generic", 21 21 grant_types: ["authorization_code", "refresh_token"], 22 22 response_types: ["code"], 23 23 token_endpoint_auth_method: "none",