|
|
@@ -1243,10 +1243,10 @@ const CustomFormWizard = (props) => { |
|
|
|
{checkUpload? |
|
|
|
// SUCCESS page |
|
|
|
<Stack mt={1} direction="column" justifyContent="flex-start" alignItems="center" spacing={2}> |
|
|
|
{/* <Button disabled={true} hidden={true} variant="contained" type="submit" sx={{ fontSize: 12,height:'25px'}}>Submit</Button> */} |
|
|
|
<CheckCircleOutlineIcon color="success" sx={{width:"200px",height:"200px"}}/> |
|
|
|
<Typography display="inline" variant="h4">完成申請,請登入帳戶</Typography> |
|
|
|
<Button variant="outlined" component={Link} to="/login" sx={{ fontSize: 20,height:'60px'}}>返回登入頁面</Button> |
|
|
|
<CheckCircleOutlineIcon color="success" sx={{width:"200px",height:"200px"}}/> |
|
|
|
<Typography display="inline" variant="h4">帳戶申請已成功提交。</Typography> |
|
|
|
<Typography display="inline" variant="h4">驗證電郵將發送到你的電郵地址,請要指示完成驗證及登入系統。</Typography> |
|
|
|
<Button variant="outlined" component={Link} to="/login" sx={{ fontSize: 20,height:'60px'}}>返回登入頁面</Button> |
|
|
|
</Stack> |
|
|
|
: |
|
|
|
// ERROR page |
|
|
|