diff options
Diffstat (limited to 'lib/users/service.ts')
| -rw-r--r-- | lib/users/service.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/users/service.ts b/lib/users/service.ts index 8b2c927e..0d0121b3 100644 --- a/lib/users/service.ts +++ b/lib/users/service.ts @@ -192,6 +192,7 @@ export async function findEmailandOtp(email: string, code: string) { id: userRecord.id, // user id imageUrl:userRecord.imageUrl, companyId:userRecord.companyId, + techCompanyId:userRecord.techCompanyId, domain:userRecord.domain // 기타 필요한 필드... } @@ -218,6 +219,7 @@ export async function findEmailTemp(email: string) { id: userRecord.id, // user id imageUrl:userRecord.imageUrl, companyId:userRecord.companyId, + techCompanyId:userRecord.techCompanyId, domain:userRecord.domain // 기타 필요한 필드... } |
