mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
4 lines
221 B
TypeScript
4 lines
221 B
TypeScript
export const data = `Title,URL,Username,Password,Notes,OTPAuth
|
|
example.com (example_user),https://example.com,example_user,example_p@ssword,"Example note
|
|
More notes on new line",otpauth://totp/test?secret=examplesecret`;
|