Commit 98005f88 authored by jim's avatar jim

fix #670 login error info

parent b5914519
...@@ -42,7 +42,7 @@ export default class LoginPage extends Component { ...@@ -42,7 +42,7 @@ export default class LoginPage extends Component {
renderMessage = (content) => { renderMessage = (content) => {
return ( return (
<Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon closable /> <Alert style={{ marginBottom: 24 }} message={content} type="error" showIcon />
); );
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment