marcicica

This commit is contained in:
spitkov 2025-03-11 19:59:20 +01:00
parent 59cc5cd05c
commit 0bec962f0e

View file

@ -752,6 +752,15 @@ USE_SSL=false # majd ha lesz rá idő`
});
}
// Marcell case
if (username === 'marcell' && password === 'marcell') {
return json({
success: true,
type: 'marcell',
redirect: 'https://marcellh.me'
});
}
// Wide gold storage silo case
if (username === 'wide_gold_storage_silo' && password === 'wide_gold_storage_silo') {
return json({
@ -1257,6 +1266,7 @@ USE_SSL=false # majd ha lesz rá idő`
`
}
});
}
// Failed login - return success: false