Skip to content

Commit

Permalink
fix: minor fix ii
Browse files Browse the repository at this point in the history
  • Loading branch information
wreshi committed Nov 19, 2024
1 parent 899d6ec commit 6fdb981
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -22,9 +22,7 @@ import {
} from "@/components/ui/input-otp";
import { REGEXP_ONLY_DIGITS } from "input-otp";
import { ResendVerifyEmailButton } from "./ResendVerifyEmailButton";
import Image from "next/image";
import { verifyEmailAction } from "@/server/verify-email";
import { Logo } from "@/components/logo";

export const VerifyEmailForm = ({ email }: { email: string }) => {
const { execute, isPending, error } = useServerAction(verifyEmailAction);

Check warning on line 28 in src/app/(auth_routes)/signup/verify-email/_components/VerifyEmailForm.tsx

GitHub Actions / Qodana for JS

Unused local symbol

Unused constant isPending

Check warning on line 28 in src/app/(auth_routes)/signup/verify-email/_components/VerifyEmailForm.tsx

GitHub Actions / Qodana for JS

Unused local symbol

Unused constant error

0 comments on commit 6fdb981

Please sign in to comment.