feat: pass origin as website when loging into server (#3299)

This commit is contained in:
Simon Ramsay 2025-07-28 17:02:18 -07:00 committed by GitHub
parent 31364c1b63
commit e8e2192e75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ async function fetchAppInfo(origin: string, server: string) {
},
body: {
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
website: 'https://elk.zone',
website: origin,
redirect_uris: getRedirectURI(origin, server),
scopes: 'read write follow push',
},