From fdafb8b0d3a9a7e40388070cfc4f978bc736289f Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 2 Dec 2024 12:34:29 +0100 Subject: [PATCH] chore(teaks v5): apply v5 feedback changes (temporarily hide recover password) (#5985) --- ui/components/auth/oss/auth-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/components/auth/oss/auth-form.tsx b/ui/components/auth/oss/auth-form.tsx index 95c964ac33..af731fa60c 100644 --- a/ui/components/auth/oss/auth-form.tsx +++ b/ui/components/auth/oss/auth-form.tsx @@ -1,7 +1,7 @@ "use client"; import { zodResolver } from "@hookform/resolvers/zod"; -import { Checkbox, Link } from "@nextui-org/react"; +import { Link } from "@nextui-org/react"; import { useRouter } from "next/navigation"; import { useForm } from "react-hook-form"; import { z } from "zod"; @@ -183,7 +183,7 @@ export const AuthForm = ({ isInvalid={!!form.formState.errors.password} /> - {type === "sign-in" && ( + {/* {type === "sign-in" && (
Remember me @@ -192,7 +192,7 @@ export const AuthForm = ({ Forgot password?
- )} + )} */} {type === "sign-up" && ( <>