Update seeded admin email

This commit is contained in:
2026-05-11 13:05:44 +07:00
parent f56ee1fdcf
commit 04fe3b4744

View File

@ -9,7 +9,7 @@ dotenv.config({ path: path.resolve(process.cwd(), '.env'), quiet: true });
const prisma = new PrismaClient(); const prisma = new PrismaClient();
async function main() { async function main() {
const email = 'admin@example.com'; const email = 'admin@bizone.id';
const password = 'ChangeMe123!'; const password = 'ChangeMe123!';
const passwordHash = await bcrypt.hash(password, 10); const passwordHash = await bcrypt.hash(password, 10);