Skip to content

Commit ca66228

Browse files
committed
chore: alter email from admin on seed
1 parent a08433b commit ca66228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function seed() {
1515

1616
const admin = await prisma.user.create({
1717
data: {
18-
email: 'admin@gmail.com',
18+
email: 'pizzastars33@gmail.com',
1919
name: 'Admin',
2020
password: await hash('dnx42697', 10),
2121
role: 'ADMIN',

0 commit comments

Comments
 (0)