mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00: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`;
|