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. 14
      src/Components/Login/login.tsx

@ -1,5 +1,5 @@
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 { MsgInformativo } from '../Utils/Toast/msgInformativo'
import AuthDS from '../../Services/Auth/Auth.Service'
@ -121,6 +121,18 @@ export default function PIN(props: IPINProps) {
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>
)
}

@ -198,19 +198,7 @@ export const Login: React.FC<{}> = () => {
<div>
<Dashboard />
</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>
)
}
Loading…
Cancel
Save