Skip to content

Commit

Permalink
feat(settings): remove all localStorage keys instead of only one
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Sep 15, 2020
1 parent cd31a92 commit 72a0d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
methods: {
removeLocalStorage() {
localStorage.removeItem('user')
localStorage.clear()
location.reload()
},
Expand Down

0 comments on commit 72a0d5c

Please sign in to comment.