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

toggle vis and add cipher

This commit is contained in:
Kyle Spearrin
2018-04-06 14:12:50 -04:00
parent 6d29d288f8
commit 9c60be722b
2 changed files with 3 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ export class CurrentTabComponent implements OnInit {
}
addCipher() {
this.router.navigate(['/add-cipher']);
}
viewCipher(cipher: CipherView) {