mirror of
https://github.com/bitwarden/jslib
synced 2025-12-19 17:53:48 +00:00
use clearCache
This commit is contained in:
@@ -27,7 +27,7 @@ export class SettingsService implements SettingsServiceAbstraction {
|
||||
|
||||
async clear(userId: string): Promise<void> {
|
||||
await this.storageService.remove(Keys.settingsPrefix + userId);
|
||||
this.settingsCache = null;
|
||||
this.clearCache();
|
||||
}
|
||||
|
||||
// Helpers
|
||||
|
||||
Reference in New Issue
Block a user