mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-17 22:29:58 +08:00
Fix posting permissions
This commit is contained in:
parent
d572aca165
commit
7cf807de5f
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ angular.module('passmanApp')
|
|||
};
|
||||
|
||||
$scope.uploadChanges = function (user) {
|
||||
user.accessLevel = angular.copy(user.acl.getAccessLevel());
|
||||
ShareService.shareWithUser(storedCredential, user);
|
||||
//@TODO Encrypt the credential once all users have the sharing keys.
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue