change: refer to developer
This commit is contained in:
parent
0810901a7b
commit
605a40848c
2 changed files with 5 additions and 7 deletions
|
@ -84,7 +84,7 @@ export default defineComponent({
|
|||
})
|
||||
.catch((err) => {
|
||||
this.loginStatus = "failed";
|
||||
this.loginError = err.response.data;
|
||||
this.loginError = err.response?.data;
|
||||
});
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue