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

show share/upload link password

This commit is contained in:
lian
2021-11-19 10:53:08 +08:00
parent 1b71b21426
commit b95ea9be68
8 changed files with 86 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ class ShareLink {
this.link = object.link;
this.view_cnt = object.view_cnt;
this.ctime = object.ctime;
this.password = object.password;
}
}