mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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
215 B
TypeScript
3 lines
215 B
TypeScript
export const data = `name,url,username,password
|
|
,android://N2H9MndUUUt3JuQSWAKexOU9oJLJeHR4nyUGac5E1TXKppkY7xtdRl6l8vKo1hQWCqAEy4gsNLUBIbVxpdmhOP==@com.xyz.example.app.android/,username@example.com,Qh6W4Wz55YGFNU`;
|