fixes
This commit is contained in:
parent
e47a9eed61
commit
d09e93c317
@ -68,6 +68,7 @@ const login = async () => {
|
||||
await nextTick(() => {
|
||||
router.replace(route.query.to ? String(route.query.to) : '/');
|
||||
});
|
||||
store.dispatch('updateIsLoading', false)
|
||||
} catch (error) {
|
||||
store.dispatch('updateIsLoading', false)
|
||||
errors.value.email = error.response.data.error
|
||||
|
Loading…
Reference in New Issue
Block a user