diff --git a/src/routes/api/login/+server.js b/src/routes/api/login/+server.js index bc00c02..c26647e 100644 --- a/src/routes/api/login/+server.js +++ b/src/routes/api/login/+server.js @@ -383,7 +383,7 @@ USE_SSL=false # majd ha lesz rá idő` } // Skelly case - if (username === 'skelly' && password === 'skelly') { + if (username === 'skelly' && password === 'meow') { return json({ success: true, type: 'admin',