From 1f3e5b7a76f5647f01a73c4d88b9ebeca8da0cbf Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Wed, 27 Aug 2025 14:25:21 -0500 Subject: [PATCH] fix(analytics): grab missing GA ID --- website/client/src/store/actions/auth.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/client/src/store/actions/auth.js b/website/client/src/store/actions/auth.js index c257c1d284..ecb84d9066 100644 --- a/website/client/src/store/actions/auth.js +++ b/website/client/src/store/actions/auth.js @@ -1,6 +1,8 @@ import axios from 'axios'; import { authAsCredentialsState, LOCALSTORAGE_AUTH_KEY } from '@/libs/auth'; +const GA_ID = import.meta.env.GA_ID; + function saveLocalDataAuth (store, apiId, apiToken) { const credentialsObj = { auth: {