feat: privacy prefs (#935)
* chore: move all components into Components dir with pascal case * feat: privacy prefs * chore: upgrade deps
This commit is contained in:
@@ -149,6 +149,6 @@ export class WebApplication extends SNApplication {
|
||||
|
||||
async signOutAndDeleteLocalBackups(): Promise<void> {
|
||||
await this.bridge.deleteLocalBackups();
|
||||
return this.signOut();
|
||||
return this.user.signOut();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user