mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 16:08:11 +00:00
Fix missing save conflict
This commit is contained in:
parent
a6e78f023b
commit
9ddd7f12a8
@ -57,12 +57,8 @@ module.exports = cb => {
|
||||
'user:email'
|
||||
]
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
linkedin2: {
|
||||
enabled: false,
|
||||
=======
|
||||
twitter: {
|
||||
>>>>>>> eb1d1645fd14de170fb55d6ca4c570eb9c82733c
|
||||
enabled: false,
|
||||
key: '',
|
||||
secret: '',
|
||||
callback: '/auth/twitter/callback'
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-users-permissions",
|
||||
"version": "3.0.0-alpha.8",
|
||||
"version": "3.0.0-alpha.8.3",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"strapi": {
|
||||
"name": "Auth & Permissions",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user