oauth file name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user