🔘 jwtUtils.ts

This commit is contained in:
nirholas
2026-03-31 10:22:38 +00:00
parent 4b32b5cf68
commit fee373f475

View File

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