Fix jwt-token

This commit is contained in:
2025-09-22 07:48:41 +02:00
parent c888c0ac18
commit a258543224

View File

@@ -66,7 +66,7 @@ const setupDatabase = async () => {
console.log('👤 Creating admin user...');
const adminUser = await User.create({
username: 'admin',
email: 'admin@example.com',
email: 'borg@servernet.se',
password_hash: await bcrypt.hash('admin123', 10),
role: 'admin',
tenant_id: defaultTenant.id