diff --git a/src/routes/callback.tsx b/src/routes/callback.tsx
index 8a329d1..2af503a 100644
--- a/src/routes/callback.tsx
+++ b/src/routes/callback.tsx
@@ -17,9 +17,7 @@ export const Route = createFileRoute("/callback")({
},
component: RouteComponent,
- errorComponent: ({ error, reset }) => (
-
- ),
+ errorComponent: ({ error }) => ,
});
function RouteComponent() {