| | |
| | | }, |
| | | page: { |
| | | login: { |
| | | title: 'Welcome', |
| | | footer: 'Footer Goes Here', |
| | | tenant: 'Company', |
| | | confirmPwd: 'Confirm Password', |
| | | button: { |
| | |
| | | }, |
| | | page: { |
| | | login: { |
| | | title: 'Welcome', |
| | | footer: 'Footer Goes Here', |
| | | tenant: '公司', |
| | | confirmPwd: '确认密码', |
| | | button: { |
| | |
| | | )} |
| | | /> |
| | | |
| | | <Box mt={10}></Box> |
| | | <Box /> |
| | | |
| | | <Button |
| | | type="submit" |
| | |
| | | )} |
| | | /> |
| | | |
| | | <Box mt={10}></Box> |
| | | <Box /> |
| | | |
| | | <Button |
| | | type="submit" |
| | |
| | | <div> |
| | | <AppBar position="static" sx={{ backgroundColor: '#3D4BA7' }}> |
| | | <Toolbar> |
| | | <Typography variant="h6" color="inherit">Welcome</Typography> |
| | | <Typography variant="h6" color="inherit">{translate("page.login.title")}</Typography> |
| | | </Toolbar> |
| | | </AppBar> |
| | | </div> |
| | |
| | | {tab === 0 && <Login tenantList={tenantList} />} |
| | | {tab === 1 && <Register tenantList={tenantList} />} |
| | | |
| | | <Box mt={1} mb={1} sx={{ textAlign: 'center' }}> |
| | | <Typography variant="caption" align="center">Footer Goes Here</Typography> |
| | | <Box mb={1} sx={{ textAlign: 'center' }}> |
| | | <Typography variant="caption" align="center">{translate("page.login.footer")}</Typography> |
| | | </Box> |
| | | </Card> |
| | | </Box > |