|
|
@@ -161,7 +161,6 @@ const EditUser: React.FC<Props> = async ({ user, rules, auths }) => { |
|
|
|
return; |
|
|
|
} |
|
|
|
console.log("passed"); |
|
|
|
console.log(userData); |
|
|
|
await editUser(id, userData); |
|
|
|
if (data.password && data.password.length > 0) { |
|
|
|
await adminChangePassword(pwData); |
|
|
|