1
0

oauth file name

This commit is contained in:
2026-03-27 04:42:24 +09:00
parent 7f77e542ea
commit ff98205809

View File

@@ -14,7 +14,7 @@ function getClientId() {
const redirectUri = `http://127.0.0.1:${port}/`
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`
}
async function initOAuthClient() {