chore: add passowrd and user for demo usage

This commit is contained in:
leandrofars 2023-10-05 01:51:08 -03:00
parent 93749d5b70
commit 3497572c50

View File

@ -131,21 +131,12 @@ const Page = () => {
<Typography variant="h4"> <Typography variant="h4">
Login Login
</Typography> </Typography>
{/* <Typography <Typography
color="text.secondary" color="text.secondary"
variant="body2" variant="body2"
> >
Don't have an account? This project is open source, reach out at <Link href='https://github.com/OktopUSP/oktopus'>Github</Link> or <Link href='https://join.slack.com/t/oktopustr-369/shared_invite/zt-1znmrbr52-3AXgOlSeQTPQW8_Qhn3C4g'>Slack</Link>
&nbsp; </Typography>
<Link
component={NextLink}
href="/auth/register"
underline="hover"
variant="subtitle2"
>
Register
</Link>
</Typography> */}
</Stack> </Stack>
{/*<Tabs {/*<Tabs
onChange={handleMethodChange} onChange={handleMethodChange}
@ -225,11 +216,7 @@ const Page = () => {
sx={{ mt: 3 }} sx={{ mt: 3 }}
> >
<div> <div>
Don't have an account? ask one for us at <Link You can use <b>demo@gmail.com</b> and password <b>demo</b>
href="https://github.com/leandrofars/oktopus"
underline="hover">
Github
</Link>
</div> </div>
</Alert> </Alert>
</form> </form>