1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Removed setting.

This commit is contained in:
Todd Martin
2025-11-29 11:07:09 -05:00
parent 2a93b85e88
commit e8878552a5

View File

@@ -44,7 +44,6 @@ export class ElectronStorageService implements AbstractStorageService {
defaults: defaults,
name: "data",
configFileMode: fileMode,
clearInvalidConfig: true,
};
this.store = new ElectronStore(storeConfig);