1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

avira csv importer

This commit is contained in:
Kyle Spearrin
2018-06-25 14:15:34 -04:00
parent 95337651fc
commit 8a91e5b4d6
2 changed files with 44 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ export class CipherView implements View {
name: string;
notes: string;
type: CipherType;
favorite: boolean;
organizationUseTotp: boolean;
edit: boolean;
favorite = false;
organizationUseTotp = false;
edit = false;
localData: any;
login: LoginView;
identity: IdentityView;