Fix link password toggle

We took the wrong field from the share api response. So the password was
never shown as set.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-04-24 14:41:41 +02:00
parent c5617f4e8a
commit 7a81d46fcb
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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.