mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
57c2e95f83
commit
41400362df
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.recaptchaSecretKey = instance.recaptchaSecretKey;
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue