feat: pass origin as website when loging into server (#3299)
This commit is contained in:
parent
31364c1b63
commit
e8e2192e75
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ async function fetchAppInfo(origin: string, server: string) {
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
|
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
|
||||||
website: 'https://elk.zone',
|
website: origin,
|
||||||
redirect_uris: getRedirectURI(origin, server),
|
redirect_uris: getRedirectURI(origin, server),
|
||||||
scopes: 'read write follow push',
|
scopes: 'read write follow push',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue