This commit is contained in:
tamaina
2021-08-31 20:47:39 +09:00
parent de69cab239
commit 2f3a942583
2 changed files with 5 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ export default defineComponent({
this.$emit('signup', res);
if (this.autoSet) {
return login(res.token);
return login(res.i);
}
});
}).catch(() => {