External share dialog must properly read entered password

remotes/origin/create-share-target-reuse
Vincent Petry 12 years ago
parent b8ab21d3ad
commit 23ea45760f
  1. 3
      apps/files_sharing/js/external.js

@ -44,7 +44,8 @@
{name: name, owner: owner, remote: remoteClean}
),
t('files_sharing','Remote share'),
function (result) {
function (result, password) {
share.password = password;
callback(result, share);
},
true,

Loading…
Cancel
Save