@@ -134,7 +134,7 @@ export default {
if (this.$store.state.authentication.status === 'error') {
this.$router.push('/user/login');
} else {
- this.$router.push('/about/us');
+ this.$router.push('/');
}
},
);