Update src/routes/api/login/+server.js
This commit is contained in:
parent
4f6b7a135c
commit
b7f8b056e6
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue