fix: pair code timer — expiresAt camelCase after snake→camel transform
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -71,7 +71,7 @@ function PairCodeModal({
|
||||
useEffect(() => {
|
||||
api.workstations.pairCode(slug, workstation.id).then(r => {
|
||||
setCode(r.code)
|
||||
setExpiresAt(r.expires_at)
|
||||
setExpiresAt(r.expiresAt)
|
||||
setLoading(false)
|
||||
})
|
||||
}, [slug, workstation.id])
|
||||
|
||||
Reference in New Issue
Block a user