summaryrefslogtreecommitdiff
path: root/lib/users/auth/partners-auth.ts
diff options
context:
space:
mode:
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()) {