diff --git a/src/Components/Login/login.tsx b/src/Components/Login/login.tsx index ac045a6..aca0db6 100644 --- a/src/Components/Login/login.tsx +++ b/src/Components/Login/login.tsx @@ -12,7 +12,7 @@ import { AxiosError } from 'axios' import { MsgInformativo } from '../Utils/Toast/msgInformativo' import logo from '../../images/GEMCO.png' import Dashboard from '../Dashboard/Dashboard' -import { Button, Card, Col, Form, Nav, Row } from 'react-bootstrap' +import { Alert, Button, Card, Col, Form, Nav, Row } from 'react-bootstrap' import AuthDS from '../../Services/Auth/Auth.Service' import UserDS from '../../Services/Catalogos/Usuarios.Services' import { useEffect } from 'react' @@ -199,6 +199,18 @@ export const Login: React.FC<{}> = () => { )} + + + + + + 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 + + + + ) } \ No newline at end of file