feat(client): remove demo statement from frontend

This commit is contained in:
perf3ct 2025-06-29 21:44:11 +00:00
parent 929ea96e6f
commit cf8b9444ee
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 0 additions and 3 deletions

View File

@ -319,9 +319,6 @@ const Login: React.FC = () => {
</Button> </Button>
<Box sx={{ textAlign: 'center', mt: 2 }}> <Box sx={{ textAlign: 'center', mt: 2 }}>
<Typography variant="body2" color="text.secondary">
Demo credentials: admin / readur2024
</Typography>
</Box> </Box>
</Box> </Box>
</CardContent> </CardContent>