this repo has no description

fix cimd

vielle.dev 97fc98f8 8762a05a

verified
+2 -2
+2 -2
src/oauth-client-metadata.json
··· 1 1 { 2 - "client_id": "http://localhost/oauth-client-metadata.json", 2 + "client_id": "https://dnd.vielle.dev/oauth-client-metadata.json", 3 3 "application_type": "web", 4 4 "grant_types": ["authorization_code"], 5 5 "scope": "atproto transition:generic", 6 6 "response_types": ["code"], 7 - "redirect_uris": ["http://127.0.0.1/atproto/callback"], 7 + "redirect_uris": ["https://dnd.vielle.dev/atproto/callback"], 8 8 "token_endpoint_auth_method": "none", 9 9 "dpop_bound_access_tokens": true, 10 10 "client_name": "D&D Utils",