fix: DevTools demo users now match actual seeded accounts
This commit is contained in:
parent
57dee7870a
commit
d45f382b08
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ interface DevUser {
|
|||
|
||||
const DEV_USERS: DevUser[] = [
|
||||
{ email: 'admin@runfoo.run', password: 'password123', name: 'Travis (Owner)', role: 'OWNER', color: 'bg-emerald-500' },
|
||||
{ email: 'manager@demo.local', password: 'demo1234', name: 'Sarah Chen', role: 'MANAGER', color: 'bg-purple-500' },
|
||||
{ email: 'cultivator@demo.local', password: 'demo1234', name: 'Mike Thompson', role: 'CULTIVATOR', color: 'bg-green-500' },
|
||||
{ email: 'worker@demo.local', password: 'demo1234', name: 'Alex Rivera', role: 'WORKER', color: 'bg-blue-500' },
|
||||
{ email: 'sarah@demo.local', password: 'demo1234', name: 'Sarah Chen (Manager)', role: 'MANAGER', color: 'bg-purple-500' },
|
||||
{ email: 'mike@demo.local', password: 'demo1234', name: 'Mike Thompson (Grower)', role: 'GROWER', color: 'bg-green-500' },
|
||||
{ email: 'alex@demo.local', password: 'demo1234', name: 'Alex Rivera (Staff)', role: 'STAFF', color: 'bg-blue-500' },
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue