Revert "Add GitHub auth"

This reverts commit c146006476.
This commit is contained in:
Acid Chicken (硫酸鶏)
2018-11-04 19:22:04 +09:00
parent c146006476
commit 147ad69864
14 changed files with 8 additions and 416 deletions

View File

@ -73,7 +73,6 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
recaptcha: config.recaptcha ? true : false,
objectStorage: config.drive && config.drive.storage === 'minio',
twitter: config.twitter ? true : false,
github: config.github ? true : false,
serviceWorker: config.sw ? true : false,
userRecommendation: config.user_recommendation ? config.user_recommendation : {}
} : undefined