static site frontend for mapped.at mapped.at
3
fork

Configure Feed

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

fix hard coded oauth scope

+1 -1
+1 -1
public/script.js
··· 169 169 sessionStorage.setItem('atproto-pending-handle', identifier); 170 170 const authUrl = await createAuthorizationUrl({ 171 171 target: { type: 'account', identifier }, 172 - scope: 'atproto', 172 + scope: metadata.scope, 173 173 }); 174 174 await new Promise(r => setTimeout(r, 200)); 175 175 window.location.assign(authUrl);