mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Fix #3115
This commit is contained in:
parent
f43a9b9fb0
commit
1b8108a0ac
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ if (!config.github || !redis) {
|
|||
}
|
||||
|
||||
const params = {
|
||||
redirect_uri: `${config.url}:8089/api/gh/cb`,
|
||||
redirect_uri: `${config.url}/api/gh/cb`,
|
||||
scope: ['read:user'],
|
||||
state: uuid()
|
||||
};
|
||||
|
@ -122,7 +122,7 @@ if (!config.github || !redis) {
|
|||
const sessid = uuid();
|
||||
|
||||
const params = {
|
||||
redirect_uri: `${config.url}:8089/api/gh/cb`,
|
||||
redirect_uri: `${config.url}/api/gh/cb`,
|
||||
scope: ['read:user'],
|
||||
state: uuid()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue