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:
@@ -93,7 +93,7 @@ export const ConfirmSignoutModal = observer(
|
||||
if (deleteLocalBackups) {
|
||||
application.signOutAndDeleteLocalBackups();
|
||||
} else {
|
||||
application.signOut();
|
||||
application.user.signOut();
|
||||
}
|
||||
closeDialog();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user