From 277a07e7ef0644c65668a5a113f7d836e30fd44f Mon Sep 17 00:00:00 2001 From: svitlana Date: Mon, 18 May 2020 14:16:01 +0000 Subject: [PATCH] Fix approval failure report for non authenticated requests (#4) Load the messages for ActionPage Co-authored-by: Svitlana Reviewed-on: https://git.bubblev.org/bubblev/bubble-web/pulls/4 --- src/account/profile/ActionPage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/account/profile/ActionPage.vue b/src/account/profile/ActionPage.vue index 8cab0d9..0a92ec1 100644 --- a/src/account/profile/ActionPage.vue +++ b/src/account/profile/ActionPage.vue @@ -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) {