|
|
|
@ -433,6 +433,11 @@ class LoginRegisterComponent extends Component {
|
|
|
|
|
return (
|
|
|
|
|
|
|
|
|
|
<div className="login_register_content" style={{height: "520px"}}>
|
|
|
|
|
<ReadPassword
|
|
|
|
|
modalsTypes={this.state.modalsType}
|
|
|
|
|
StudyMakeMoney={()=>this.StudyMakeMoney()}
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Input type="text" name="username" value={"namename"}
|
|
|
|
|
style={{height: '0', width: '0', border: 'none', display: "none"}}/>
|
|
|
|
|
<Input type="password" name="password" id="password" value={"123123123"}
|
|
|
|
|