change: refer to developer

This commit is contained in:
Julian Krauser 2025-02-10 11:34:12 +01:00
parent 0810901a7b
commit 605a40848c
2 changed files with 5 additions and 7 deletions

View file

@ -84,7 +84,7 @@ export default defineComponent({
})
.catch((err) => {
this.loginStatus = "failed";
this.loginError = err.response.data;
this.loginError = err.response?.data;
});
},
},