mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
@@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user