mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
avira csv importer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user