2
0

oauth file name

This commit is contained in:
2026-03-27 04:40:11 +09:00
parent 1d8224c4bf
commit 4dd50c4937
4 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ function getClientId(): string {
return `http://localhost?redirect_uri=${encodeURIComponent(redirectUri)}&scope=${encodeURIComponent('atproto transition:generic')}`
}
return `${window.location.origin}/client-metadata.json`
return `${window.location.origin}/oauth-client-metadata.json`
}
// Set network config (call before login)