From 19e58f7649fd01d04bbb8f475f97a57b63d8c2e2 Mon Sep 17 00:00:00 2001 From: Mohd Zishan <72738005+Zishan-7@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:11:36 +0530 Subject: [PATCH] Update matomo configuration (#237) --- index.html | 13 +++++++++++++ src/onboarding/Login.jsx | 4 ++-- src/onboarding/Register.jsx | 8 ++------ src/shared/Footer.jsx | 8 ++++++++ src/shared/Sidebar.jsx | 2 ++ 5 files changed, 27 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 1e652f70..7833545e 100644 --- a/index.html +++ b/index.html @@ -97,5 +97,18 @@ s.parentNode.insertBefore(g, s); })(); + diff --git a/src/onboarding/Login.jsx b/src/onboarding/Login.jsx index f7f28cd2..77ddcd13 100644 --- a/src/onboarding/Login.jsx +++ b/src/onboarding/Login.jsx @@ -35,8 +35,7 @@ export default function Login() { window._paq.push([ 'trackEvent', 'Login', - 'User logged in successfully', - data.email + 'User logged in successfully' ]); navigate('/'); } else { @@ -157,6 +156,7 @@ export default function Login() {