diff --git a/packages/backend/src/modules/auth/auth.service.ts b/packages/backend/src/modules/auth/auth.service.ts index 742febaa..48c84d04 100644 --- a/packages/backend/src/modules/auth/auth.service.ts +++ b/packages/backend/src/modules/auth/auth.service.ts @@ -338,6 +338,7 @@ export class AuthService { role: Role.Admin, email, phone, + password: hashSync(password, SALT_ROUNDS), }, }); }