fix, corregir mensaje que se agrego por error en el componente login.tsx en lugar del componente PIN.tsx

feature/ConsolidarPedimentos_20231229
Felix Morales 1 year ago
parent 3fa42ae303
commit 6b5fafb72c
  1. 14
      src/Components/Login/PIN.tsx
  2. 12
      src/Components/Login/login.tsx

@ -1,5 +1,5 @@
import * as React from 'react' import * as React from 'react'
import { Button, Card, Col, Form, Row } from 'react-bootstrap' import { Alert, Button, Card, Col, Form, Row } from 'react-bootstrap'
import logo from '../../images/GEMCO_login.png' import logo from '../../images/GEMCO_login.png'
import { MsgInformativo } from '../Utils/Toast/msgInformativo' import { MsgInformativo } from '../Utils/Toast/msgInformativo'
import AuthDS from '../../Services/Auth/Auth.Service' import AuthDS from '../../Services/Auth/Auth.Service'
@ -121,6 +121,18 @@ export default function PIN(props: IPINProps) {
setShow(false) setShow(false)
}} }}
/> />
<Row style={{paddingTop:'100px'}}><Col xs={12}></Col></Row>
<Row>
<Col xs={2}></Col>
<Col xs={8}>
<Alert variant='warning'>
Se le ha enviado un PIN de seguridad a su cuenta de correo.
Favor de revisar en su bandeja de correo no deseado en caso
no encontrarlo. La cuenta de correo que usamos es: noreply@gemcousa.mx
</Alert>
</Col>
<Col xs={2}></Col>
</Row>
</div> </div>
) )
} }

@ -199,18 +199,6 @@ export const Login: React.FC<{}> = () => {
<Dashboard /> <Dashboard />
</div> </div>
)} )}
<Row style={{paddingTop:'100px'}}><Col xs={12}></Col></Row>
<Row>
<Col xs={2}></Col>
<Col xs={8}>
<Alert variant='warning'>
Se le ha enviado un PIN de seguridad a su cuenta de correo.
Favor de revisar en su bandeja de correo no deseado en caso
no encontrarlo. La cuenta de correo que usamos es: noreply@gemcousa.mx
</Alert>
</Col>
<Col xs={2}></Col>
</Row>
</div> </div>
) )
} }
Loading…
Cancel
Save