mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
* Add test suite for existing importer * Fix 2fa-seed not copied on login records * Fix secure note title not being set * Add support for importing 2FA file * Fixed casing on import of MykiCsvImporter * Import all unmapped fields as customFields * WIP: Add import of UserIdCard * Add support for IdCards
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
/* eslint-disable */
|
|
export const userNoteData = `nickname,status,content
|
|
The title of a secure note,active,"The content of a secure note. Lorem ipsum, etc."`;
|