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
fix: login
pull/66/head
Tyler Chen
4 years ago
parent
862f0b789b
commit
a406a27a39
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/_pages/Layout.vue
+ 2
- 0
src/_pages/Layout.vue
View File
@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
this.$route.path === '/verifyEmail'
) {
) {
this.$router.push('/');
this.$router.push('/');
} else {
this.initDefaults();
}
}
},
},
},
},
Write
Preview
Loading…
Cancel
Save