update ForgotPassword

This commit is contained in:
Alex Santos 2022-06-29 10:59:08 -03:00
parent 2980c5be74
commit 50a4ec275f
2 changed files with 0 additions and 6 deletions

View File

@ -131,8 +131,6 @@ export default function index({userName}: any) {
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }'
}}
/>
</GeneralView>
)
}

View File

@ -6,15 +6,11 @@ import BasicButton from '../../../components/buttons/basicButton/BasicButton'
import Header from '../../../components/header/Header'
import PageTitle from '../../../components/pageTitle/PageTitle'
import { IndustryInfoView } from '../../../styles/layouts/industryInfo/IndustryInfoView'
import InputUploadPdf from '../../../components/inputUploadPdf/inputUpload';
import { api } from '../../../services/api'
// import PdfThumbnail from 'react-pdf-thumbnail';
import FormData from 'form-data';
import Snackbar from '@mui/material/Snackbar';
import MuiAlert, { AlertProps } from '@mui/material/Alert';
import { InputUploadView } from '../../../components/inputUploadPdf/inputUploadView'
const Alert = React.forwardRef<HTMLDivElement, AlertProps>(function Alert(
props,