From a87e142aa650585dc1cb5a2d877d38c824cfd06b Mon Sep 17 00:00:00 2001 From: handongxun Date: Tue, 10 Nov 2020 17:15:21 +0800 Subject: [PATCH] =?UTF-8?q?update:=20uni-id-user=20passowrd=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E9=85=8D=E7=BD=AE=E7=BB=84=E4=BB=B6=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=BA=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-users/collection.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index 7eef387..f4c4f43 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -14,7 +14,13 @@ "password": { "bsonType": "string", "title": "密码", - "description": "密码,加密存储" + "description": "密码,加密存储", + "component": { + "name": "input", + "props": { + "type": "password" + } + } }, "nickname": { "bsonType": "string",