summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/users/auth/verifyCredentails.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/users/auth/verifyCredentails.ts b/lib/users/auth/verifyCredentails.ts
index ff8f9596..64bf9b28 100644
--- a/lib/users/auth/verifyCredentails.ts
+++ b/lib/users/auth/verifyCredentails.ts
@@ -19,6 +19,7 @@ import {
} from '@/db/schema';
import { headers } from 'next/headers';
import { verifySmsToken } from './passwordUtil';
+import { debugSuccess } from '@/lib/debug-utils';
// 에러 타입 정의
export type AuthError =
@@ -602,7 +603,7 @@ export async function verifySGipsCredentials(
.where(eq(users.id, localUser[0].id));
userId = localUser[0].id;
- console.log(`S-GIPS 사용자 정보 업데이트: ${otpUser.email} - phone: ${otpUser.phone}`);
+ debugSuccess('S-GIPS 사용자 정보 업데이트', { email: otpUser.email, phone: otpUser.phone });
}
return {