HotFix Invite redirect

This commit is contained in:
Kekskurse 2019-11-27 17:18:34 +01:00
parent 56bcbc6be3
commit 71e64815ef
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
UserService.getInviteCodeInfo(this.code).then((res) => {
if(res.data.data.usable) {
this.errorMsg = "";
this.$router.push({name: 'Register', query: {code: this.code}});
} else {
this.errorMsg = "Invite code not valide";
}