Ver a proveniência

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

pull/5/head
Svitlana há 4 anos
ascendente
cometimento
f435a2dbca
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      src/account/profile/ActionPage.vue

+ 3
- 0
src/account/profile/ActionPage.vue Ver ficheiro

@@ -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) {


Carregando…
Cancelar
Guardar