Browse Source

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web

pull/5/head
Svitlana 4 years ago
parent
commit
f435a2dbca
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/account/profile/ActionPage.vue

+ 3
- 0
src/account/profile/ActionPage.vue View File

@@ -64,6 +64,9 @@
} else {
this.$router.push({path:'/me/profile', params: {action: 'invalid'}});
}
if (util.userLoggedIn()) {
this.loadMessages('post_auth', this.selectedLocale);
}
},
watch: {
actionStatus (status) {


Loading…
Cancel
Save