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