diff options
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 9a61e63d0e..ffbd8d10ef 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -104,6 +104,10 @@ export const store = markRaw(new Storage('base', { where: 'deviceAccount', default: {} as Record<string, string>, // plugin id, token }, + accountTokens: { + where: 'device', + default: {} as Record<string, string>, // host/userId, token + }, enablePreferencesAutoCloudBackup: { where: 'device', |