diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx index bacc31c7..7e03455c 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/Login.tsx @@ -10,7 +10,6 @@ import { useForm } from 'hooks/useForm'; import { useAuth } from 'hooks/useAuth'; export function Login() { - const navigate = useNavigate(); const [isSubmitting, setIsSubmitting] = useState(false); const { state, formRef, update, isValid } = useForm({}, validateForm); const { signin } = useAuth();