summaryrefslogtreecommitdiff
path: root/lib/users/verifyOtp.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:42:45 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-15 04:42:45 +0000
commita15475296b9da1cb83995b24acf9a6a20b635756 (patch)
treeb52aff8cbf04f6b4d59a0ed68dd52c48977d8d03 /lib/users/verifyOtp.ts
parent7305a614ca20d50e6ab50bbcfbb128a6f1f90e53 (diff)
(최겸) user 기술영업벤더ID 추가
Diffstat (limited to 'lib/users/verifyOtp.ts')
-rw-r--r--lib/users/verifyOtp.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/users/verifyOtp.ts b/lib/users/verifyOtp.ts
index 84919024..7b25ed49 100644
--- a/lib/users/verifyOtp.ts
+++ b/lib/users/verifyOtp.ts
@@ -23,6 +23,7 @@ export async function verifyOtp(email: string, code: string) {
id: otpRecord.id,
imageUrl: otpRecord.imageUrl,
companyId: otpRecord.companyId,
+ techCompanyId: otpRecord.techCompanyId,
domain: otpRecord.domain,
}
}
@@ -44,6 +45,7 @@ export async function verifyOtpTemp(email: string) {
id: otpRecord.id,
imageUrl: otpRecord.imageUrl,
companyId: otpRecord.companyId,
+ techCompanyId: otpRecord.techCompanyId,
domain: otpRecord.domain,
}
}
@@ -70,6 +72,7 @@ export async function verifyExternalCredentials(username: string, password: stri
id: otpRecord.id,
imageUrl: otpRecord.imageUrl,
companyId: otpRecord.companyId,
+ techCompanyId: otpRecord.techCompanyId,
domain: otpRecord.domain,
}
}