mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
remove todo
This commit is contained in:
@@ -74,7 +74,6 @@ class SetUserPassword extends React.Component<Props, State> {
|
||||
};
|
||||
|
||||
submit = (event: Event) => {
|
||||
//TODO: set loading
|
||||
event.preventDefault();
|
||||
if (this.isValid()) {
|
||||
const { user } = this.props;
|
||||
|
||||
Reference in New Issue
Block a user