fix
This commit is contained in:
parent
fc0c654595
commit
22a3278447
@ -70,6 +70,7 @@ const login = async () => {
|
||||
});
|
||||
} catch (error) {
|
||||
store.dispatch('updateIsLoading', false)
|
||||
errors.value.email = error.response.data.error
|
||||
isLoading.value = false
|
||||
console.error(error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user