diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-29 11:47:34 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-29 11:47:34 +0000 |
| commit | 792fb0c21136eededecf52b5b4aa1a252bdc4bfb (patch) | |
| tree | b372e3be7d5b09a8c533ae1f3766b3c49d36f106 /lib/users | |
| parent | 8ff20b58f595cc15319387b9641340fd3e8725d1 (diff) | |
(김준회) 파트너 Engineering 메뉴 수정, Knox 결재 로깅 추가
Diffstat (limited to 'lib/users')
| -rw-r--r-- | lib/users/service.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/users/service.ts b/lib/users/service.ts index 90ee170e..7019578f 100644 --- a/lib/users/service.ts +++ b/lib/users/service.ts @@ -222,7 +222,8 @@ export async function findEmailTemp(email: string) { imageUrl:userRecord.imageUrl, companyId:userRecord.companyId, techCompanyId:userRecord.techCompanyId, - domain:userRecord.domain + domain:userRecord.domain, + epId:userRecord.epId, // Knox 계정인 경우 // 기타 필요한 필드... } |
