From 27fc1e57de76a2fffcf62206a13c8af7bcd21ee9 Mon Sep 17 00:00:00 2001 From: Tim <47184194+imgde@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:56:40 +0200 Subject: [PATCH] Remove password from accInfo --- .../src/helper/adminpanel/AccountsInfo.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx index cc65760..aaefaa1 100644 --- a/01-frontend/src/helper/adminpanel/AccountsInfo.tsx +++ b/01-frontend/src/helper/adminpanel/AccountsInfo.tsx @@ -14,12 +14,7 @@ export default function AccountsInfo() { //TODO: implement console.log("CustomerEdit", account); } - - function handleAccountPasswordEdit(account: AccountType) { - //TODO: implement - console.log("PasswordEdit", account); - } - + const _rows: AccountType[] = [ { id: 1, @@ -153,17 +148,6 @@ export default function AccountsInfo() { width: 150, editable: true, }, - { - field: 'password', - headerName: t('password'), - width: 90, - editable: true, - sortable: false, - disableReorder: true, - disableExport: true, - renderCell: params => handleAccountPasswordEdit(params.row)}> - , - }, { field: 'langI18n', headerName: t('language'),