forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
1056a7167d
commit
e0ec56abb5
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
||||||
response.hidedTags = instance.hidedTags;
|
response.hidedTags = instance.hidedTags;
|
||||||
response.recaptchaSecretKey = instance.recaptchaSecretKey;
|
response.recaptchaSecretKey = instance.recaptchaSecretKey;
|
||||||
response.proxyAccount = instance.proxyAccount;
|
response.proxyAccount = instance.proxyAccount;
|
||||||
|
response.enableTwitterIntegration = instance.enableTwitterIntegration;
|
||||||
|
response.twitterConsumerKey = instance.twitterConsumerKey;
|
||||||
|
response.twitterConsumerSecret = instance.twitterConsumerSecret;
|
||||||
|
response.enableGithubIntegration = instance.enableGithubIntegration;
|
||||||
|
response.githubClientId = instance.githubClientId;
|
||||||
|
response.githubClientSecret = instance.githubClientSecret;
|
||||||
}
|
}
|
||||||
|
|
||||||
res(response);
|
res(response);
|
||||||
|
|
Loading…
Reference in a new issue