Ver a proveniência

Fix approval failure report for non authenticated requests (#4)

Load the messages for ActionPage

Co-authored-by: Svitlana <sfedoriv@itekako.com>
Reviewed-on: https://git.bubblev.org/bubblev/bubble-web/pulls/4
pull/6/head
svitlana há 4 anos
committed by jonathan
ascendente
cometimento
277a07e7ef
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