We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e30b6f commit 1891262Copy full SHA for 1891262
frontend/src/views/app/Settings.vue
@@ -285,7 +285,6 @@ export default {
285
if (window.innerWidth >= 768) {
286
this.show = 'profile';
287
}
288
- console.log(this.$store.getters.getLoggedInUser);
289
const user = await this.$http.get(`/users/${this.$store.getters.getLoggedInUser.id}`);
290
await this.$store.dispatch('login', user.data);
291
const tags = this.$store.getters.getLoggedInUser.tags;
0 commit comments