mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(seed): use simple password for test user (encoding issues with special chars)
This commit is contained in:
parent
f35c05e2c1
commit
805477bd77
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const DEV_USERS = [
|
|||
},
|
||||
{
|
||||
email: 't@t.de',
|
||||
password: '+üp+üp+üp',
|
||||
password: 'test1234',
|
||||
name: 'Test User',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue