fix: check for password only if username is present in body

This commit is contained in:
Cyber 2024-07-25 19:41:56 +02:00 committed by Madeline
parent b682f170b9
commit f047f93b77

View File

@ -160,7 +160,6 @@ router.patch(
}, },
}); });
} }
}
if (!body.password) { if (!body.password) {
throw FieldErrors({ throw FieldErrors({
@ -170,6 +169,7 @@ router.patch(
}, },
}); });
} }
}
if (body.discriminator) { if (body.discriminator) {
if ( if (