mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 09:34:02 +08:00
Add todo
This commit is contained in:
parent
8b1b90ac5d
commit
43d993ebf9
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ angular.module('passmanApp')
|
|||
|
||||
$scope.unshareCredential = function (credential) {
|
||||
ShareService.unshareCredential(credential);
|
||||
//@TODO check why an item locks up after being shared with only a link
|
||||
var _credential = angular.copy(credential);
|
||||
_credential.shared_key = null;
|
||||
CredentialService.updateCredential(_credential).then(function () {
|
||||
|
|
Loading…
Reference in a new issue