mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-03-18 21:30:40 +01:00
feat: add super admin creation, enhance date handling, and improve UI components
This commit is contained in:
@@ -11,6 +11,8 @@ async function main() {
|
||||
update: {},
|
||||
create: {
|
||||
email: 'test@test.fr',
|
||||
firstName: 'Super',
|
||||
lastName: 'Admin',
|
||||
password: hashedPassword,
|
||||
role: 'SUPER_ADMIN',
|
||||
id: uuidv4(), // Ajout d'un identifiant unique
|
||||
|
||||
Reference in New Issue
Block a user