비밀번호 변경 페이지 구현

This commit is contained in:
static
2025-01-13 02:53:32 +09:00
parent 299787537e
commit 8bb4d70fa5
10 changed files with 99 additions and 14 deletions

View File

@@ -41,8 +41,8 @@ export const refreshSession = async (
.update(session)
.set({
lastUsedAt: now,
lastUsedByIp: ip,
lastUsedByUserAgent: userAgent,
lastUsedByIp: ip ?? undefined,
lastUsedByUserAgent: userAgent ?? undefined,
})
.where(
and(