remove todo

This commit is contained in:
Maren Süwer
2018-11-05 16:43:42 +01:00
parent 3c63d994c6
commit 1a3506ce50

View File

@@ -74,7 +74,6 @@ class SetUserPassword extends React.Component<Props, State> {
}; };
submit = (event: Event) => { submit = (event: Event) => {
//TODO: set loading
event.preventDefault(); event.preventDefault();
if (this.isValid()) { if (this.isValid()) {
const { user } = this.props; const { user } = this.props;