diff --git a/apps/readest-app/src/app/auth/recovery/page.tsx b/apps/readest-app/src/app/auth/recovery/page.tsx index 60ddf695..ff9967b8 100644 --- a/apps/readest-app/src/app/auth/recovery/page.tsx +++ b/apps/readest-app/src/app/auth/recovery/page.tsx @@ -46,7 +46,7 @@ export default function ResetPasswordPage() { return (
-
+
= ({ const { appService } = useEnv(); const iconSize15 = useResponsiveSize(15); - const stopEvent = (e: React.MouseEvent | React.TouchEvent) => { - e.preventDefault(); - e.stopPropagation(); - }; - return (
e.stopPropagation()} >
= ({