mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
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`;
|