mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
routes response refactoring
This commit is contained in:
@@ -320,7 +320,7 @@ export default {
|
||||
.catch((error) => {
|
||||
if (error.response.status == 404) {
|
||||
this.$refs.log_in.setErrors({
|
||||
'E-Mail': [error.response.data],
|
||||
'E-Mail': [error.response.data.message],
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user