This repository has no description
0

Configure Feed

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

fix metadat

+4 -4
+4 -4
public/client-metadata.json
··· 1 1 { 2 - "client_id": "https://cred.blue/client-metadata.json", 3 - "client_name": "Cred.blue", 4 - "client_uri": "https://cred.blue", 2 + "client_id": "https://testing.cred.blue/client-metadata.json", 3 + "client_name": "cred.blue", 4 + "client_uri": "https://testing.cred.blue", 5 5 "redirect_uris": [ 6 6 "https://cred.blue/login/callback", 7 7 "https://testing.cred.blue/login/callback" 8 8 ], 9 - "logo_uri": "https://cred.blue/favicon.ico", 9 + "logo_uri": "https://testing.cred.blue/favicon.ico", 10 10 "scope": "atproto", 11 11 "grant_types": ["authorization_code", "refresh_token"], 12 12 "response_types": ["code"],