Skip to content

Commit

Permalink
add tracking event on login & register using google account
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp committed May 7, 2024
1 parent 50006d9 commit df13eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Login = () => {
setError("Gagal masuk menggunakan akun Google");
})
}
data-umami-event="klik-masuk-dengan-akun-google"
>
Masuk menggunakan akun Google
</ButtonLoginWith>
Expand Down
1 change: 1 addition & 0 deletions src/pages/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Register = () => {
setError("Gagal daftar menggunakan akun Google");
})
}
data-umami-event="klik-daftar-dengan-akun-google"
>
Daftar menggunakan akun Google
</ButtonLoginWith>
Expand Down

0 comments on commit df13eaa

Please sign in to comment.