update ForgotPassword
This commit is contained in:
parent
2980c5be74
commit
50a4ec275f
@ -131,8 +131,6 @@ export default function index({userName}: any) {
|
|||||||
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }'
|
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
</GeneralView>
|
</GeneralView>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,15 +6,11 @@ import BasicButton from '../../../components/buttons/basicButton/BasicButton'
|
|||||||
import Header from '../../../components/header/Header'
|
import Header from '../../../components/header/Header'
|
||||||
import PageTitle from '../../../components/pageTitle/PageTitle'
|
import PageTitle from '../../../components/pageTitle/PageTitle'
|
||||||
import { IndustryInfoView } from '../../../styles/layouts/industryInfo/IndustryInfoView'
|
import { IndustryInfoView } from '../../../styles/layouts/industryInfo/IndustryInfoView'
|
||||||
import InputUploadPdf from '../../../components/inputUploadPdf/inputUpload';
|
|
||||||
import { api } from '../../../services/api'
|
import { api } from '../../../services/api'
|
||||||
// import PdfThumbnail from 'react-pdf-thumbnail';
|
|
||||||
|
|
||||||
import FormData from 'form-data';
|
import FormData from 'form-data';
|
||||||
|
|
||||||
import Snackbar from '@mui/material/Snackbar';
|
import Snackbar from '@mui/material/Snackbar';
|
||||||
import MuiAlert, { AlertProps } from '@mui/material/Alert';
|
import MuiAlert, { AlertProps } from '@mui/material/Alert';
|
||||||
import { InputUploadView } from '../../../components/inputUploadPdf/inputUploadView'
|
|
||||||
|
|
||||||
const Alert = React.forwardRef<HTMLDivElement, AlertProps>(function Alert(
|
const Alert = React.forwardRef<HTMLDivElement, AlertProps>(function Alert(
|
||||||
props,
|
props,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user