Skip to content

Commit

Permalink
gitguardian can't stop my pr for a fake password if I push to main πŸ˜‰πŸ‘ˆπŸ‘ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
goodeats committed Aug 27, 2024
1 parent 1d98198 commit 05919d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ async function seed() {
await prisma.user.create({
select: { id: true },
data: {
email: adminUserEmail || 'kody@kcd.dev',
email: adminUserEmail || 'pat@patn.dev',
username: 'pat',
name: 'Pat',
image: { create: patImages.patUser },
password: { create: createPassword(adminUserPassword || 'kodylovesyou') },
password: { create: createPassword(adminUserPassword || 'patlovesyou') },
connections: {
create: { providerName: 'github', providerId: githubUser.profile.id },
},
Expand Down

0 comments on commit 05919d5

Please sign in to comment.