chore: lint

This commit is contained in:
Bereket Engida
2024-09-29 09:34:28 +03:00
parent e4731e41b8
commit a50239aecd
7 changed files with 51 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ const handleResetPassword = async () => {
alert("Please enter same passwords");
return;
}
await resetPassword({
newPassword: password.value,
fetchOptions: {
@@ -20,8 +20,8 @@ const handleResetPassword = async () => {
alert(context.error.message);
},
},
})
}
});
};
</script>
<template>