Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit 375d10d648 - Show all commits

View File

@ -11,6 +11,7 @@ const userSeeder = async () => {
name: "Super Admin",
password: await hashPassword("123456"),
username: "superadmin",
email: "admin@admin.com",
roles: ["super-admin"],
},
];