This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of git.bubblev.org:bubblev/bubble-web
pull/5/head
Svitlana
4 years ago
parent
10836e7b2b
277a07e7ef
commit
f435a2dbca
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/account/profile/ActionPage.vue
+ 3
- 0
src/account/profile/ActionPage.vue
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save