From 88e31ad70427bfedd940fed8144cff37d4cde1bb Mon Sep 17 00:00:00 2001 From: spitkov Date: Tue, 11 Mar 2025 20:00:04 +0100 Subject: [PATCH] marcicicav2 --- src/routes/api/login/+server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/api/login/+server.js b/src/routes/api/login/+server.js index cf6dc2b..07e11df 100644 --- a/src/routes/api/login/+server.js +++ b/src/routes/api/login/+server.js @@ -753,10 +753,10 @@ USE_SSL=false # majd ha lesz rá idő` } // Marcell case - if (username === 'marcell' && password === 'marcell') { + if (username === 'taxfraud' && password === 'taxfraud') { return json({ success: true, - type: 'marcell', + type: 'taxfraud', redirect: 'https://marcellh.me' }); }