mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
toggle vis and add cipher
This commit is contained in:
parent
6d29d288f8
commit
9c60be722b
@ -289,8 +289,8 @@
|
||||
"website": {
|
||||
"message": "Website"
|
||||
},
|
||||
"togglePassword": {
|
||||
"message": "Toggle Password"
|
||||
"toggleVisibility": {
|
||||
"message": "Toggle Visibility"
|
||||
},
|
||||
"manage": {
|
||||
"message": "Manage"
|
||||
@ -820,9 +820,6 @@
|
||||
"copyValue": {
|
||||
"message": "Copy Value"
|
||||
},
|
||||
"toggleValue": {
|
||||
"message": "Toggle Value"
|
||||
},
|
||||
"value": {
|
||||
"message": "Value"
|
||||
},
|
||||
|
@ -63,7 +63,7 @@ export class CurrentTabComponent implements OnInit {
|
||||
}
|
||||
|
||||
addCipher() {
|
||||
|
||||
this.router.navigate(['/add-cipher']);
|
||||
}
|
||||
|
||||
viewCipher(cipher: CipherView) {
|
||||
|
Loading…
Reference in New Issue
Block a user