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