mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-27 01:52:56 +08:00
Merge branch 'resharingMessage'
This commit is contained in:
commit
d7cef52bac
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
||||||
$scope.applyShareToUser(list[iterator], enc_key);
|
$scope.applyShareToUser(list[iterator], enc_key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
NotificationService.showNotification('Saved!', 4000);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
ShareService.generateSharedKey(20).then(function (key) {
|
ShareService.generateSharedKey(20).then(function (key) {
|
||||||
|
|
Loading…
Reference in a new issue