🔘 jwtUtils.ts

This commit is contained in:
nirholas
2026-03-31 10:22:54 +00:00
parent 56bfade83e
commit 6976b07e72

View File

@@ -255,3 +255,4 @@ export function createTokenRefreshScheduler({
return { schedule, scheduleFromExpiresIn, cancel, cancelAll }
}