Merge branch 'dev' of ssh://git.codelfi.com:2202/telemedpro/hgh_admin into dev

This commit is contained in:
nasir@endelospay.com 2024-06-06 05:16:30 +05:00
commit 4ce2603b4d

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