- user not found fix in SignIn.vue page

This commit is contained in:
Peter Papp
2021-03-24 11:53:42 +01:00
parent f2c44c3cfe
commit a18ceb1b4f

View File

@@ -140,7 +140,7 @@
if (error.response.status == 404) {
this.$refs.log_in.setErrors({
'E-Mail': [error.response.data.message]
'E-Mail': [error.response.data]
});
}