qrmaster.net
This commit is contained in:
@@ -8,10 +8,10 @@ async function main() {
|
||||
const hashedPassword = await bcrypt.hash('demo123', 12);
|
||||
|
||||
const user = await prisma.user.upsert({
|
||||
where: { email: 'demo@qrmaster.com' },
|
||||
where: { email: 'demo@qrmaster.net' },
|
||||
update: {},
|
||||
create: {
|
||||
email: 'demo@qrmaster.com',
|
||||
email: 'demo@qrmaster.net',
|
||||
name: 'Demo User',
|
||||
password: hashedPassword,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user