summaryrefslogtreecommitdiff
path: root/lib/users/auth/partners-auth.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-17 07:06:52 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-17 07:06:52 +0000
commit1532c1bf4a3236ce9056f33e51ddfebeff79ed5a (patch)
treec3f3c43d0f73c4b7df4e34e9b1aa308604c562c9 /lib/users/auth/partners-auth.ts
parenta5be73b70e7d8e6be1724252e6923c664c3771f4 (diff)
(최겸) 구매 피드백 처리
Diffstat (limited to 'lib/users/auth/partners-auth.ts')
-rw-r--r--lib/users/auth/partners-auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/users/auth/partners-auth.ts b/lib/users/auth/partners-auth.ts
index ac0dec08..b530b608 100644
--- a/lib/users/auth/partners-auth.ts
+++ b/lib/users/auth/partners-auth.ts
@@ -251,7 +251,7 @@ export async function validateResetTokenAction(
}
if (!resetToken[0].isActive) {
- return { valid: false, error: '이미 사용된 토큰입니다' };
+ return { valid: false, error: '비밀번호 설정을 이미 완료하였습니다.' };
}
if (resetToken[0].expiresAt < new Date()) {