mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
* [EC-417] Extracting the app name from the Android user item on CSV import * [EC-417] Updated android csv pattern to match starting with 'android://' * [EC-417] Added unit tests for ChromeCsvImporter
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export const data = `name,url,username,password
|
|
www.example.com,https://www.example.com/,username@example.com,wpC9qFvsbWQK5Z`;
|