Update Add user hospital portal
This commit is contained in:
@@ -78,29 +78,28 @@ export default function Login() {
|
||||
const smUp = useResponsive("up", "sm");
|
||||
|
||||
const mdUp = useResponsive("up", "md");
|
||||
const handleClick = () => {
|
||||
window.location.href = 'https://wa.me/6285890008500';
|
||||
};
|
||||
|
||||
return (
|
||||
<Page title="Login">
|
||||
<RootStyle>
|
||||
<HeaderStyle>
|
||||
{/*<Logo sx={{ width: 150, height: 150 }} />
|
||||
<Logo sx={{ width: 150, height: 150, display: 'none' }} />
|
||||
{smUp && (
|
||||
<Typography variant="body2" sx={{ mt: { md: -2 } }}>
|
||||
Has problem with your account? {""}
|
||||
{localeData.txtHelp1} {""}
|
||||
<Link
|
||||
variant="subtitle2"
|
||||
component={RouterLink}
|
||||
to="#"
|
||||
onClick={(e) => {
|
||||
window.location.href =
|
||||
"mailto:admin@linksehat.com";
|
||||
e.preventDefault();
|
||||
}}
|
||||
onClick={handleClick}
|
||||
>
|
||||
Contact Us
|
||||
{localeData.txtContactUs}
|
||||
</Link>
|
||||
</Typography>
|
||||
)}*/}
|
||||
)}
|
||||
</HeaderStyle>
|
||||
|
||||
{/* {mdUp && (
|
||||
@@ -116,7 +115,7 @@ export default function Login() {
|
||||
/>
|
||||
</SectionStyle>
|
||||
)} */}
|
||||
|
||||
|
||||
<Container maxWidth="sm">
|
||||
<ContentStyle>
|
||||
<Card sx={{padding:2}}>
|
||||
@@ -125,7 +124,7 @@ export default function Login() {
|
||||
alignItems="center"
|
||||
sx={{ mb: 5 }}
|
||||
>
|
||||
|
||||
|
||||
<Logo sx={{ width: 90, height: 90 }} />
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<Typography variant="h4" gutterBottom>
|
||||
|
||||
Reference in New Issue
Block a user