refactor user editing functionality to remove password handling

This commit is contained in:
2025-09-03 14:25:12 +02:00
parent 5a058de2f0
commit 13a654561e
4 changed files with 9 additions and 11 deletions

View File

@@ -237,7 +237,6 @@ const UserTable: React.FC = () => {
user.id,
user.username,
user.role,
user.password
).then((response) => {
if (response.success) {
setError(