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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user