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