mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-10 05:08:09 +00:00
* Ensure all user sessions are cleared
* remove double warning text on user delete
(cherry picked from commit 4794d69687)
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
committed by
GitHub
parent
da3ebacf6b
commit
98b1678402
@@ -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?`
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user