Skip to content

Commit

Permalink
chore: remove duplicated clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 25, 2024
1 parent 7a94c9d commit 2186b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export default {
async logout () {
await DB.deleteAll();
await Auth().logout();
await CAPACITOR.clearPrefs();
document.body.removeAttribute("style");
this.$router.replace("/");
}
Expand Down

0 comments on commit 2186b6b

Please sign in to comment.