Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 year ago
parent
commit
6971c24399
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/components/EditUser/EditUser.tsx

+ 0
- 1
src/components/EditUser/EditUser.tsx View File

@@ -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);


Loading…
Cancel
Save