Skip to content

Commit

Permalink
[#257] Update trackEventOnClickLivingIncomeEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Aug 20, 2024
1 parent 2191a33 commit 7b24ceb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/pages/login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ const Login = () => {
const [isResetPassword, setIsResetPassword] = useState(false);

const trackEventOnClickLivingIncomeEmail = () => {
CustomEvent.trackEvent({
category: "Registration",
action: "Click",
name: "Clicking on Living income email for registration",
value: 1,
dimension1: "Clicked",
});
CustomEvent.trackEvent(
"Registration",
"Click",
"Clicking on Living income email for registration",
1,
{ dimension1: "Clicked" }
);
};

const onFinish = (values) => {
Expand Down

0 comments on commit 7b24ceb

Please sign in to comment.