finished adding profile deletion functionality + bug fix

This commit is contained in:
daniel31x13
2023-10-24 15:57:37 -04:00
parent 97d8c35d2a
commit cb8c2d5f10
24 changed files with 477 additions and 267 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default function Password() {
const submit = async () => {
if (newPassword == "" || newPassword2 == "") {
toast.error("Please fill all the fields.");
return toast.error("Please fill all the fields.");
}
if (newPassword !== newPassword2)