This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-05 10:34:53 +09:00 committed by GitHub
parent f43a9b9fb0
commit 1b8108a0ac

View File

@ -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()
};