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