mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-27 14:54:42 +00:00
- user not found fix in SignIn.vue page
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
if (error.response.status == 404) {
|
if (error.response.status == 404) {
|
||||||
|
|
||||||
this.$refs.log_in.setErrors({
|
this.$refs.log_in.setErrors({
|
||||||
'E-Mail': [error.response.data.message]
|
'E-Mail': [error.response.data]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user