Skip to content

Commit

Permalink
navigate to the home page immediately after sign up successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 17, 2023
1 parent 3ac4a92 commit bcaf554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/desktop/SignupPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ export default {
self.$refs.snackbar.showMessage('You have been successfully registered, but something wrong with adding preset categories. You can re-add preset categories in settings page anytime.');
} else {
self.$refs.snackbar.showMessage('You have been successfully registered');
self.$router.replace('/');
}
self.navigateToHomePage = true;
Expand Down

0 comments on commit bcaf554

Please sign in to comment.