From 11d596993bde661a17fbc4c845a6fef44085b40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Cerm=C3=A1k?= Date: Thu, 5 Dec 2024 12:11:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20invalid=20event=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoginWithPasskeyPage/LoginWithPasskeyPage.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/webauthn-default/src/components/WebAuthnDefaultExamplePage/DefaultExample/LoginWithPasskeyPage/LoginWithPasskeyPage.tsx b/examples/webauthn-default/src/components/WebAuthnDefaultExamplePage/DefaultExample/LoginWithPasskeyPage/LoginWithPasskeyPage.tsx index 90d3461..008be0a 100644 --- a/examples/webauthn-default/src/components/WebAuthnDefaultExamplePage/DefaultExample/LoginWithPasskeyPage/LoginWithPasskeyPage.tsx +++ b/examples/webauthn-default/src/components/WebAuthnDefaultExamplePage/DefaultExample/LoginWithPasskeyPage/LoginWithPasskeyPage.tsx @@ -1,7 +1,6 @@ import Link from 'next/link'; import { queryClient } from '@workspace/common/client/api/components'; -import { track } from '@workspace/common/client/firebase/analytics'; import { EmailField, Form, FormError, SubmitButton } from '@workspace/common/client/form/components'; import { FieldsStack } from '@workspace/common/client/form/components/'; import { Alert, Box, Button, Divider, Words } from '@workspace/common/client/ui-kit'; @@ -59,13 +58,7 @@ export const LoginWithPasskeyPage = () => { /> - } - onClick={() => { - track('example_default_login'); - }} - > + }> Login with Passkey