diff --git a/web/src/components/CollapsableCards.vue b/web/src/components/CollapsableCards.vue
index 14f0bc9..de09afe 100644
--- a/web/src/components/CollapsableCards.vue
+++ b/web/src/components/CollapsableCards.vue
@@ -47,7 +47,6 @@
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;
diff --git a/web/src/components/inputs/InputPhoto.vue b/web/src/components/inputs/InputPhoto.vue
index 5b022d5..e50033b 100644
--- a/web/src/components/inputs/InputPhoto.vue
+++ b/web/src/components/inputs/InputPhoto.vue
@@ -3,7 +3,7 @@