diff --git a/ui/winstudentgoaltracker/src/app/shared/services/auth.ts b/ui/winstudentgoaltracker/src/app/shared/services/auth.ts index c270f11..815d03d 100644 --- a/ui/winstudentgoaltracker/src/app/shared/services/auth.ts +++ b/ui/winstudentgoaltracker/src/app/shared/services/auth.ts @@ -20,7 +20,7 @@ const STORAGE_KEYS = { } as const; // Refresh the JWT this many seconds before it actually expires. -const REFRESH_BUFFER_SECONDS = 60; +const REFRESH_BUFFER_SECONDS = 10; @Injectable({ providedIn: 'root',