1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

hide/show stored password

This commit is contained in:
lian
2021-11-23 12:09:08 +08:00
parent ae03124860
commit c21a3e9bd7
4 changed files with 33 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class UploadLink {
this.view_cnt = object.view_cnt;
this.expire_date = object.expire_date;
this.is_expired = object.is_expired;
this.password = object.password;
}
}