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: {