feat: GraphQL translations + login form
This commit is contained in:
@@ -11,6 +11,7 @@ const GitHubStrategy = require('passport-github2').Strategy
|
||||
module.exports = {
|
||||
key: 'github',
|
||||
title: 'GitHub',
|
||||
useForm: false,
|
||||
props: ['clientId', 'clientSecret', 'callbackURL'],
|
||||
init (passport, conf) {
|
||||
passport.use('github',
|
||||
|
||||
Reference in New Issue
Block a user