From a15475296b9da1cb83995b24acf9a6a20b635756 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Sun, 15 Jun 2025 04:42:45 +0000 Subject: (최겸) user 기술영업벤더ID 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/users/verifyOtp.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/users/verifyOtp.ts') 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, } } -- cgit v1.2.3