feat(client): remove demo statement from frontend

This commit is contained in:
perf3ct 2025-06-29 21:44:11 +00:00
parent 6aaa3551e9
commit 4e34992cb5
1 changed files with 0 additions and 3 deletions

View File

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