mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
3 lines
318 B
TypeScript
3 lines
318 B
TypeScript
|
export const data = `name,url,username,password,note,cardholdername,cardnumber,cvc,expirydate,zipcode,folder,full_name,phone_number,email,address1,address2,city,country,state
|
||
|
SomeVaultItemName,https://example.com,hello@bitwarden.com,someStrongPassword,Some note for the VaultItem,,,,,,SomeFolderForVaultItem,,,,,,,,`;
|