implement password reset

This commit is contained in:
Hayden 2024-05-24 20:34:49 -05:00
parent 2231c54f21
commit 64d2957853
No known key found for this signature in database
GPG key ID: 17CF79474E257545
5 changed files with 87 additions and 13 deletions

View file

@ -128,7 +128,6 @@
}
toast.success("Password reset link sent to your email");
return await Promise.resolve();
}
</script>