We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc9269 commit 6ac76d3Copy full SHA for 6ac76d3
auth-web/src/main.ts
@@ -30,7 +30,7 @@ Vue.use(VueSanitize)
30
31
const i18n = initializeI18n(Vue)
32
33
-if (import.meta.env.VUE_APP_GTAG_ID && import.meta.env.VUE_APP_GTAG_ID !== ' ') {
+if (import.meta.env.VUE_APP_GTAG_ID?.trim()) {
34
Vue.use(VueGtag, {
35
config: {
36
id: import.meta.env.VUE_APP_GTAG_ID
0 commit comments