mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
chore: lint
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user