changed pass

This commit is contained in:
Sewmina 2025-06-08 22:05:37 +05:30
parent 9ab363ca59
commit 0434d9c022

View File

@ -15,7 +15,7 @@ export default function LoginPage() {
// For demo purposes, using hardcoded credentials
// In production, this should be replaced with proper authentication
if (username === 'admin' && password === 'admin123') {
if (username === 'duelfi' && password === 'yearofduelfi') {
// Set authentication cookie
Cookies.set('isAuthenticated', 'true', { path: '/' });
router.push('/dashboard');