mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- user not found fix in SignIn.vue page
This commit is contained in:
@@ -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]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user