feat: auth self-registration config + gql grouping
This commit is contained in:
@@ -8,7 +8,7 @@ const GoogleStrategy = require('passport-google-oauth20').Strategy
|
||||
|
||||
module.exports = {
|
||||
key: 'google',
|
||||
title: 'Google ID',
|
||||
title: 'Google',
|
||||
useForm: false,
|
||||
props: ['clientId', 'clientSecret'],
|
||||
init (passport, conf) {
|
||||
|
Reference in New Issue
Block a user