Skip to content

Commit 8a0e454

Browse files
committed
Merge branch 'main' of https://github.com/VadyChel/NotesAPP
2 parents 94e0368 + 6aea9aa commit 8a0e454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
this.checkLoggedIn()
6262
},
6363
methods: {
64-
logout () {
64+
logout() {
6565
this.$store.commit('pages/clearPages')
6666
this.$store.dispatch('auth/logout')
6767
},

0 commit comments

Comments
 (0)