Merge pull request #4468 from nextcloud/fix_link_password

Fix link password toggle
This commit is contained in:
Christoph Wurst 2017-04-24 15:26:52 +02:00 committed by GitHub
commit 363c289d25
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@
isLinkShare: true,
id: share.id,
token: share.token,
password: share.password,
password: share.share_with,
link: link,
permissions: share.permissions,
// currently expiration is only effective for link shares.