diff --git a/web/src/components/Navbar.vue b/web/src/components/Navbar.vue index 0acf387..46b4ff8 100644 --- a/web/src/components/Navbar.vue +++ b/web/src/components/Navbar.vue @@ -123,6 +123,7 @@ export default { }, methods: { ...mapActions(['changeEvent', 'changeView', 'searchEventItems']), + ...mapMutations(['logout']), navigateTo(link) { if (this.$router.currentRoute.path !== link) this.$router.push(link); diff --git a/web/src/components/TimelineMail.vue b/web/src/components/TimelineMail.vue index 8033805..0c0f6f7 100644 --- a/web/src/components/TimelineMail.vue +++ b/web/src/components/TimelineMail.vue @@ -87,7 +87,6 @@ export default { methods: { openLightboxModalWith(attachment) { this.lightboxHash = attachment.hash; - console.log(this.lightboxHash); }, closeLightboxModal() { // Closes the editing modal and discards the edited copy of the item. this.lightboxHash = null;