From 20afd93d6c659175234068ae6d376cd465695c4c Mon Sep 17 00:00:00 2001 From: aliang Date: Thu, 9 Jan 2025 17:36:13 +0800 Subject: [PATCH] fix(ui): correct the placeholder of LDAP signin form (#3657) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- ee/tabby-ui/app/auth/signin/components/ldap-signin-form.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ee/tabby-ui/app/auth/signin/components/ldap-signin-form.tsx b/ee/tabby-ui/app/auth/signin/components/ldap-signin-form.tsx index af7f671fb42e..c71267dddda5 100644 --- a/ee/tabby-ui/app/auth/signin/components/ldap-signin-form.tsx +++ b/ee/tabby-ui/app/auth/signin/components/ldap-signin-form.tsx @@ -5,7 +5,6 @@ import { zodResolver } from '@hookform/resolvers/zod' import { useForm } from 'react-hook-form' import * as z from 'zod' -import { PLACEHOLDER_EMAIL_FORM } from '@/lib/constants' import { graphql } from '@/lib/gql/generates' import { useSignIn } from '@/lib/tabby/auth' import { useMutation } from '@/lib/tabby/gql' @@ -75,7 +74,7 @@ export default function LdapSignInForm({ Username