mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 15:08:46 +00:00
비밀번호 변경 페이지 구현
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user