Browse Source

fix #670 login error info

pull/675/head
jim 8 years ago
parent
commit
98005f88ed
  1. 2
      src/routes/User/Login.js

2
src/routes/User/Login.js

@ -42,7 +42,7 @@ export default class LoginPage extends Component {
renderMessage = (content) => {
return (
<Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon closable />
<Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon />
);
}

Loading…
Cancel
Save