1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

more login to cipher renames

This commit is contained in:
Kyle Spearrin
2017-10-14 16:55:47 -04:00
parent 884bce4ec4
commit 0fc9f498df
12 changed files with 145 additions and 145 deletions

View File

@@ -118,7 +118,7 @@
$scope.addCipher = function () {
storeState();
$state.go('addLogin', {
$state.go('addCipher', {
animation: 'in-slide-up',
from: 'vault'
});
@@ -141,8 +141,8 @@
}
storeState();
$state.go('viewLogin', {
loginId: cipher.id,
$state.go('viewCipher', {
cipherId: cipher.id,
animation: 'in-slide-up',
from: 'vault'
});