From c9054b64579cbd14a95498fb3d844cd343dc590a Mon Sep 17 00:00:00 2001 From: HichemTab-tech Date: Thu, 18 Sep 2025 18:23:58 +0100 Subject: [PATCH 1/3] Remove unused password input and related error handling in DeleteUser component. --- resources/js/components/delete-user.tsx | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/resources/js/components/delete-user.tsx b/resources/js/components/delete-user.tsx index 7c4b73a..fa03993 100644 --- a/resources/js/components/delete-user.tsx +++ b/resources/js/components/delete-user.tsx @@ -40,25 +40,8 @@ export default function DeleteUser() { resetOnSuccess className="space-y-6" > - {({ resetAndClearErrors, processing, errors }) => ( + {({ resetAndClearErrors, processing }) => ( <> -
- - - - - -
-