mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-31 08:20:37 +01: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`;
|