a tool for shared writing and social publishing
0
fork

Configure Feed

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

remove ui_locales from oauth

-2
-2
app/api/oauth/[route]/route.ts
··· 38 38 scope: "atproto transition:generic", 39 39 signal: ac.signal, 40 40 state: JSON.stringify(state), 41 - // Only supported if OAuth server is openid-compliant 42 - ui_locales: "fr-CA fr en", 43 41 }); 44 42 45 43 return NextResponse.redirect(url);