mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
4 lines
253 B
TypeScript
4 lines
253 B
TypeScript
|
/* eslint-disable */
|
||
|
export const userAccountData = `nickname,url,username,password,additionalInfo,twofaSecret,status,tags
|
||
|
PasswordNickname,www.google.com,user.name@email.com,abc123,This is the additional information text.,someTOTPSeed,active,someTag`;
|