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' into sfedoriv/Add_auto_login_vue_template_and_route
pull/5/head
jonathan
4 years ago
parent
3a51918d89
8ad432c90b
commit
3172c40184
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
src/account/profile/ActionPage.vue
+1
-0
src/app/App.vue
+ 0
- 3
src/account/profile/ActionPage.vue
View File
@@ -64,9 +64,6 @@
} else {
this.$router.push({path:'/me/profile', params: {action: 'invalid'}});
}
if (util.userLoggedIn()) {
this.loadMessages('post_auth', this.selectedLocale);
}
},
watch: {
actionStatus (status) {
+ 1
- 0
src/app/App.vue
View File
@@ -94,6 +94,7 @@ export default {
if (typeof u !== 'undefined' && u !== null) {
this.selectedLocale = u.locale;
this.reloadMessages();
this.loadMessages('post_auth', this.selectedLocale);
}
},
locale (loc) {
Write
Preview
Loading…
Cancel
Save