Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara Charchoghlyan authored Nov 12, 2018
2 parents 0f972d2 + 52d8d40 commit 3c9ac56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Profile/ProfileEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export default {
this.facebook = this.$store.state.user.facebook
this.insta = this.$store.state.user.instagram
this.edit = false
}
},
mounted() {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/pages/ManageEvents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default {
currentList: [],
user: this.$store.state.user,
showAddSeminar: false
};
},
mounted() {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/pages/authentication/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default {
} else {
user.manage = []
console.log("no manging")
}
console.log(user)
this.$store.commit("setLogin", user);
Expand Down

0 comments on commit 3c9ac56

Please sign in to comment.