@urbansolv/create-nestjs-app 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -106,7 +106,7 @@ async function main() {
|
|
|
106
106
|
|
|
107
107
|
const adminUser = await prisma.user.create({
|
|
108
108
|
data: {
|
|
109
|
-
email: 'admin@urbansolv.
|
|
109
|
+
email: 'admin@urbansolv.co.id',
|
|
110
110
|
password: hashedPassword,
|
|
111
111
|
first_name: 'Admin',
|
|
112
112
|
last_name: 'Urbansolv',
|
|
@@ -117,7 +117,7 @@ async function main() {
|
|
|
117
117
|
|
|
118
118
|
const memberUser = await prisma.user.create({
|
|
119
119
|
data: {
|
|
120
|
-
email: 'member@urbansolv.
|
|
120
|
+
email: 'member@urbansolv.co.id',
|
|
121
121
|
password: hashedPassword,
|
|
122
122
|
first_name: 'Member',
|
|
123
123
|
last_name: 'User',
|