Improve frontend 5

This commit is contained in:
Urtzi Alfaro
2025-08-31 22:14:05 +02:00
parent c494078441
commit bde52d8ca2
16 changed files with 1989 additions and 2237 deletions

View File

@@ -47,7 +47,7 @@ const mockLogin = async (email: string, password: string): Promise<{ user: User;
// Simulate API delay
await new Promise(resolve => setTimeout(resolve, 1000));
if (email === 'admin@bakery.com' && password === 'admin') {
if (email === 'admin@bakery.com' && password === 'admin12345') {
return {
user: {
id: '1',