mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-08 09:53:43 +08: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`;
|