diff --git a/packages/features/auth/src/components/password-sign-in-form.tsx b/packages/features/auth/src/components/password-sign-in-form.tsx index 7416b9917..afbcfe58d 100644 --- a/packages/features/auth/src/components/password-sign-in-form.tsx +++ b/packages/features/auth/src/components/password-sign-in-form.tsx @@ -3,6 +3,7 @@ import Link from 'next/link'; import { zodResolver } from '@hookform/resolvers/zod'; +import { ArrowRight } from 'lucide-react'; import { useForm } from 'react-hook-form'; import { useTranslation } from 'react-i18next'; import type { z } from 'zod'; @@ -103,13 +104,23 @@ export const PasswordSignInForm: React.FC<{