Fix the fix
this should actually be what's intended
This commit is contained in:
parent
76857bdcfb
commit
6ab26cb3ff
@ -127,7 +127,7 @@ router.patch(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (body.new_password) {
|
if (body.new_password) {
|
||||||
if (!body.password || !user.email) {
|
if (!body.password && user.email) {
|
||||||
throw FieldErrors({
|
throw FieldErrors({
|
||||||
password: {
|
password: {
|
||||||
code: "BASE_TYPE_REQUIRED",
|
code: "BASE_TYPE_REQUIRED",
|
||||||
|
|||||||
Reference in New Issue
Block a user