marcicicav2

This commit is contained in:
spitkov 2025-03-11 20:00:04 +01:00
parent 0bec962f0e
commit 88e31ad704

View file

@ -753,10 +753,10 @@ USE_SSL=false # majd ha lesz rá idő`
} }
// Marcell case // Marcell case
if (username === 'marcell' && password === 'marcell') { if (username === 'taxfraud' && password === 'taxfraud') {
return json({ return json({
success: true, success: true,
type: 'marcell', type: 'taxfraud',
redirect: 'https://marcellh.me' redirect: 'https://marcellh.me'
}); });
} }