Parcourir la source

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 il y a 4 ans
committed by jonathan
Parent
révision
277a07e7ef
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      src/account/profile/ActionPage.vue

+ 3
- 0
src/account/profile/ActionPage.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer