We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979783c commit d389c0fCopy full SHA for d389c0f
1 file changed
app/components/AuthModal.vue
@@ -19,7 +19,7 @@ async function handleCreateAccount() {
19
await navigateTo(
20
{
21
path: '/api/auth/atproto',
22
- query: { handle: 'https://selfhosted.social', create: 'true' },
+ query: { handle: 'https://npmx.social', create: 'true' },
23
},
24
{ external: true },
25
)
0 commit comments