mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
Added provider into user model as it seems to be required for SSO.
This commit is contained in:
parent
ebd60f93cc
commit
12cc6d6039
@ -18,6 +18,10 @@
|
||||
"configurable": false,
|
||||
"required": true
|
||||
},
|
||||
"provider": {
|
||||
"type": "string",
|
||||
"configurable": false
|
||||
},
|
||||
"password": {
|
||||
"type": "password",
|
||||
"minLength": 6,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user