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 10:22:36 +10:00
committed by GitHub
parent 4681cbbfef
commit 4794d69687
2 changed files with 9 additions and 0 deletions
@@ -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?`
});