1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

update msg when admin delete user (#5648)

use `Deleted user xxx`
This commit is contained in:
lian
2023-09-19 14:42:15 +08:00
committed by GitHub
parent 78d583f615
commit 230eaaa8f0
8 changed files with 23 additions and 15 deletions

View File

@@ -292,7 +292,7 @@ class Item extends Component {
deleteUser = () => {
toaster.notify(gettext('It may take some time, please wait.'));
this.props.deleteUser(this.props.item.email);
this.props.deleteUser(this.props.item.email, this.props.item.name);
};
resetPassword = () => {