update: uni-id-user passowrd字段,配置组件类型为密码

This commit is contained in:
handongxun 2020-11-10 17:15:21 +08:00
parent df1f628b42
commit a87e142aa6

View File

@ -14,7 +14,13 @@
"password": {
"bsonType": "string",
"title": "密码",
"description": "密码,加密存储"
"description": "密码,加密存储",
"component": {
"name": "input",
"props": {
"type": "password"
}
}
},
"nickname": {
"bsonType": "string",