From f241dc99de816dbaa1ae46e3555983875861d85a Mon Sep 17 00:00:00 2001 From: Paul Regan Date: Tue, 14 Jan 2025 11:27:37 -0500 Subject: [PATCH] cleanup --- src/boot/axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/axios.js b/src/boot/axios.js index 353b785b31..cc58e59ef9 100644 --- a/src/boot/axios.js +++ b/src/boot/axios.js @@ -59,7 +59,7 @@ let currentStsApplicationId = sessionData.get('stsApplication') // If no session UUID exists, create a new one and set it in sessionStorage if (currentSessionUuid == null) { - if (stsApplicationId) { + if (stsApplicationId !== null) { // Create and store a new session UUID with the provided 'stsApplicationId' window.sessionStorage.setItem( 'session_uuid',