Skip to content

Commit 3fbefd4

Browse files
committed
- Fix login page link
1 parent 43b1199 commit 3fbefd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Sidebar/Sidebar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@
398398
),
399399
logOut: function () {
400400
window.localStorage.setItem('authenticated', false);
401+
window.localStorage.removeItem('token');
401402
this.$router.push('/login');
402403
},
403404
addSection: function () {

0 commit comments

Comments
 (0)