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:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user