fix(seed): use simple password for test user (encoding issues with special chars)

This commit is contained in:
Till-JS 2026-02-01 05:13:42 +01:00
parent f35c05e2c1
commit 805477bd77

View file

@ -29,7 +29,7 @@ const DEV_USERS = [
},
{
email: 't@t.de',
password: '+üp+üp+üp',
password: 'test1234',
name: 'Test User',
},
];