changed pass
This commit is contained in:
parent
9ab363ca59
commit
0434d9c022
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user