marcicica
This commit is contained in:
parent
59cc5cd05c
commit
0bec962f0e
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue