mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-27 01:52:56 +08:00
acl -> acl_id
This commit is contained in:
parent
53821e83b8
commit
d379abab18
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ angular.module('passmanApp')
|
|||
user: data[0].user_id
|
||||
});
|
||||
user.vaults = result;
|
||||
if(!user.hasOwnProperty('acl')) {
|
||||
if(!user.hasOwnProperty('acl_id')) {
|
||||
$scope.uploadChanges(user);
|
||||
}
|
||||
$scope.$digest();
|
||||
|
|
Loading…
Reference in a new issue