Update src/routes/api/login/+server.js

This commit is contained in:
spitkov 2025-03-13 12:34:03 +01:00
parent 4f6b7a135c
commit b7f8b056e6

View file

@ -383,7 +383,7 @@ USE_SSL=false # majd ha lesz rá idő`
} }
// Skelly case // Skelly case
if (username === 'skelly' && password === 'skelly') { if (username === 'skelly' && password === 'meow') {
return json({ return json({
success: true, success: true,
type: 'admin', type: 'admin',