This commit is contained in:
Muhammad Shahzad 2024-06-06 04:50:55 +05:00
parent e47a9eed61
commit d09e93c317

View File

@ -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