Improve frontend 5
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user