Merge pull request #2469 from strapi/fix/2467

Fix to allow provider to be shown in the content manager
This commit is contained in:
Jim LAURIE 2018-12-11 17:43:53 +01:00 committed by GitHub
commit 83771ae154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,6 @@ module.exports = {
email: {
className: 'col-md-6'
},
provider: {
className: 'd-none'
},
resetPasswordToken: {
className: 'd-none'
},