From c972a0f10c580538bd0d4ef4b5777fdccb0a7da4 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 23 Jan 2025 11:59:11 -0500 Subject: [PATCH 1/6] CASH-144 CASH-144 checking expired session and routing to return user from the validateSession function in analytics does not prevent the forward click. So move the expiration check and routing to the forward and back buttons and skip the emit click when expired. --- src/fmg-components/nav-bar/nav-bar.vue | 25 +++++++++++++++++++++++-- src/mixins/analytics-mixin.js | 21 +++++++++++---------- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/src/fmg-components/nav-bar/nav-bar.vue b/src/fmg-components/nav-bar/nav-bar.vue index 631e5c0e5..6f981f9e0 100644 --- a/src/fmg-components/nav-bar/nav-bar.vue +++ b/src/fmg-components/nav-bar/nav-bar.vue @@ -45,6 +45,9 @@