diff --git a/app/components/MenuBar.vue b/app/components/MenuBar.vue index 481430e..66030cf 100644 --- a/app/components/MenuBar.vue +++ b/app/components/MenuBar.vue @@ -168,7 +168,6 @@ export default { async logout () { await DB.deleteAll(); await Auth().logout(); - await CAPACITOR.clearPrefs(); document.body.removeAttribute("style"); this.$router.replace("/"); }