Browse Source

add state

pull/1/head
wahyun 7 months ago
parent
commit
2c9de77ce2
  1. 11
      src/views/Pages/Login/Login.js

11
src/views/Pages/Login/Login.js

@ -212,7 +212,8 @@ class Login extends Component {
company_id, company_id,
role_name, role_name,
all_project, all_project,
user_name user_name,
configApp
} }
}); });
} }
@ -375,7 +376,7 @@ class Login extends Component {
<h1 className="mb-1" style={{coror:'#232323'}}>Welcome to OSPRO!</h1> <h1 className="mb-1" style={{coror:'#232323'}}>Welcome to OSPRO!</h1>
<p style={{fontSize:'16px', color:'#898989'}}>Please sign-in to your account and start the adventure</p> <p style={{fontSize:'16px', color:'#898989'}}>Please sign-in to your account and start the adventure</p>
</div> </div>
<InputGroup className="mb-3"> <InputGroup className="mb-3">
<InputGroupAddon addonType="prepend"> <InputGroupAddon addonType="prepend">
<InputGroupText> <InputGroupText>
@ -393,7 +394,7 @@ class Login extends Component {
}} }}
/> />
</InputGroup> </InputGroup>
<InputGroup > <InputGroup >
<InputGroupAddon addonType="prepend"> <InputGroupAddon addonType="prepend">
<InputGroupText> <InputGroupText>
@ -427,7 +428,7 @@ class Login extends Component {
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col className="text-right "> <Col className="text-right ">
{this.state.loader ? ( {this.state.loader ? (
<Spin indicator={antIcon} /> <Spin indicator={antIcon} />
@ -436,7 +437,7 @@ class Login extends Component {
)} )}
</Col> </Col>
</Row> </Row>
</Form> </Form>
</CardBody> </CardBody>
</Card> </Card>

Loading…
Cancel
Save