mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
|
export const emptyAccountEncrypted = `{
|
||
|
"encrypted": true,
|
||
|
"encKeyValidation_DO_NOT_EDIT": "",
|
||
|
"folders": [],
|
||
|
"items": []
|
||
|
}`;
|