mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
* Move existing dashlane importer into dashlaneImporters * Add testData for Dashlane CSV importer * Add dashlane Csv importer and unit tests * Fixed linting issues * Moved dashlaneCsv types to own file * Register DashlaneCsv importer * Removed temp private method and use base impl * rename spec imports * Move scope of mapped columns * Migrate folders into collection if imported via org
3 lines
215 B
TypeScript
3 lines
215 B
TypeScript
export const credentialsData = `username,username2,username3,title,password,note,url,category,otpSecret
|
|
jdoe,,,example.com,somePassword,some note for example.com,https://www.example.com,Entertainment,someTOTPSeed`;
|