From 6971c24399965a12f935d8aafef393223d5e60ec Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 28 May 2024 11:46:12 +0800 Subject: [PATCH] update --- src/components/EditUser/EditUser.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/EditUser/EditUser.tsx b/src/components/EditUser/EditUser.tsx index 9a06b0c..465c295 100644 --- a/src/components/EditUser/EditUser.tsx +++ b/src/components/EditUser/EditUser.tsx @@ -161,7 +161,6 @@ const EditUser: React.FC = 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);