mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-20 16:07:45 +01:00
8 lines
530 B
TypeScript
8 lines
530 B
TypeScript
|
export const withoutFolders = `Title;User name;Account;URL;Password;Modified;Created;Expire on;Description;Modified by
|
||
|
>>>
|
||
|
Title2;Username2;Account2;http://URL2.com;12345678;27-3-2024 08:11:21;27-3-2024 08:11:21;27-5-2024 08:11:21;Test Notes;someone
|
||
|
Title Test 1;Username1;Account1;http://URL1.com;Password1;27-3-2024 08:10:52;27-3-2024 08:10:52;;Test Notes 2;
|
||
|
Certificate 1;;;;;27-3-2024 10:22:39;27-3-2024 10:22:39;;Test Notes Certicate 1;
|
||
|
test;testtest;;http://test;test;27-3-2024 12:36:59;27-3-2024 12:36:59;;Test Notes 3;
|
||
|
`;
|