mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
4 lines
271 B
TypeScript
4 lines
271 B
TypeScript
|
export const keepassxTestData = `Title,Username,Password,URL,Notes,TOTP
|
||
|
Example Entry,testuser,password123,https://example.com,Some notes,
|
||
|
Another Entry,anotheruser,anotherpassword,https://another.com,Another set of notes,otpauth://totp/Another?secret=ABCD1234EFGH5678`;
|