bug fixes + improvements

This commit is contained in:
Daniel
2023-07-16 11:51:24 -04:00
parent c7cfbc3846
commit 4ee74dc232
9 changed files with 35 additions and 14 deletions
+1 -5
View File
@@ -77,11 +77,7 @@ export default function Register() {
if (response.ok) {
if (form.email) await sendConfirmation();
toast.success(
emailEnabled
? "User Created! Please check you email."
: "User Created!"
);
toast.success("User Created!");
} else {
toast.error(data.response);
}