2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-16 14:12:21 +00:00

fix: correct user deletion (#10385)

* Ensure all user sessions are cleared

* remove double warning text on user delete
This commit is contained in:
Matthias Mair
2025-09-24 02:22:36 +02:00
committed by GitHub
parent 4681cbbfef
commit 4794d69687
2 changed files with 9 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ export function UserTable({
title: t`Delete user`,
successMessage: t`User deleted`,
table: table,
preFormContent: <></>,
preFormWarning: t`Are you sure you want to delete this user?`
});