From 5e40309a2de87b06a786281c8e895312aa4edb25 Mon Sep 17 00:00:00 2001 From: Oliver Pelly Date: Wed, 8 Apr 2026 12:05:57 -0700 Subject: [PATCH] change for testing --- ui/winstudentgoaltracker/src/app/shared/services/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',