diff --git a/frontend/src/components/admin/showCreateUserModal.tsx b/frontend/src/components/admin/showCreateUserModal.tsx index 38a480c5..a794090e 100644 --- a/frontend/src/components/admin/showCreateUserModal.tsx +++ b/frontend/src/components/admin/showCreateUserModal.tsx @@ -50,7 +50,6 @@ const Body = ({
{ - console.log(values); userService .create(values) .then(() => {