diff --git a/client/src/views/Register.vue b/client/src/views/Register.vue index e04d76b..dcb35b1 100644 --- a/client/src/views/Register.vue +++ b/client/src/views/Register.vue @@ -57,6 +57,7 @@ export default { } } } else if (res.status === 204) { + this.setLoginState(true); if (this.$route.query.ref) { this.$router.push({ path: this.$route.query.ref.toString() }); } else {