From 9771e741eec8213711a81a5dc956ab1b70835509 Mon Sep 17 00:00:00 2001 From: Felix Morales Date: Wed, 23 Aug 2023 16:16:42 -0500 Subject: [PATCH] =?UTF-8?q?feature,=20agregar=20alerta=20cuando=20se=20env?= =?UTF-8?q?ia=20el=20pin=20de=20contrase=C3=B1a=20al=20correo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/Login/login.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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