fixed #98
This commit is contained in:
@@ -91,7 +91,10 @@ export const ProfileForm = ({
|
||||
className="card-body"
|
||||
onSubmit={form.handleSubmit(async (values) => {
|
||||
setIsLoading(true);
|
||||
await updateUser(values);
|
||||
await updateUser({
|
||||
...values,
|
||||
email: values.email.toLowerCase(),
|
||||
});
|
||||
if (discordAccount) {
|
||||
await setStandardName({
|
||||
memberId: discordAccount.discordId,
|
||||
|
||||
Reference in New Issue
Block a user