diff --git a/src/components/User/Login.js b/src/components/User/Login.js index 0b5a5d3..bbfac8b 100644 --- a/src/components/User/Login.js +++ b/src/components/User/Login.js @@ -124,57 +124,59 @@ export class Login extends Component { type={this.state.type} key={this.state.key} /> - - - - - - - ), - }} - onChange={this.onChange} - fullWidth={true} - /> - - - {this.props.progress ? ( - - - - ) : ( - Blockly.Msg.button_login - )} - - + + + + + + + + ), + }} + onChange={this.onChange} + fullWidth={true} + /> + + + {this.props.progress ? ( + + + + ) : ( + Blockly.Msg.button_login + )} + + +
- - {this.props.progress ? ( - - - - ) : ( - Blockly.Msg.button_login - )} - -
+ + {this.props.progress ? ( + + + + ) : ( + Blockly.Msg.button_login + )} + +