mirror of
https://github.com/bitwarden/web
synced 2025-12-14 23:33:16 +00:00
convert share from logins to ciphers
This commit is contained in:
@@ -310,10 +310,10 @@
|
||||
$scope.share = function (cipher) {
|
||||
var modal = $uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/vault/views/vaultShareLogin.html',
|
||||
controller: 'vaultShareLoginController',
|
||||
templateUrl: 'app/vault/views/vaultShareCipher.html',
|
||||
controller: 'vaultShareCipherController',
|
||||
resolve: {
|
||||
loginId: function () { return cipher.id; }
|
||||
cipherId: function () { return cipher.id; }
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user