diff --git a/src/user/login-form.js b/src/user/login-form.js
index 1c2fc5e..3c26f51 100644
--- a/src/user/login-form.js
+++ b/src/user/login-form.js
@@ -70,14 +70,14 @@ class LoginForm extends Component {
Username
- this.handleChange(e)} />
+ this.handleChange(e)} />
Password
- this.handleChange(e)} />
+ this.handleChange(e)} />
@@ -95,11 +95,11 @@ class LoginForm extends Component {
-
+
this.closeRecoverPassword()} sessionToken={this.props.sessionToken} />
-
+
);
}
}
diff --git a/src/user/recover-password.js b/src/user/recover-password.js
index 556f0d2..2602d9c 100644
--- a/src/user/recover-password.js
+++ b/src/user/recover-password.js
@@ -17,7 +17,7 @@
import React from 'react';
import Dialog from '../common/dialogs/dialog';
-import Config from '../config.js';
+import Config from '../config';
class RecoverPassword extends React.Component {
@@ -29,13 +29,10 @@ class RecoverPassword extends React.Component {
}
}
-
onClose() {
this.props.onClose();
}
-
-
render() {
return (
);