Skip to content

Commit

Permalink
auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Nov 20, 2024
1 parent a474c30 commit 435ce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/user/change-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { Form, useActionData, useFetcher } from "@remix-run/react";
import { useZorm } from "react-zorm";
import { z } from "zod";
import { useDisabled } from "~/hooks/use-disabled";
import { useUserData } from "~/hooks/use-user-data";
import type { action } from "~/routes/_layout+/account-details.general";
import Input from "../forms/input";
import { PenIcon } from "../icons/library";
import { Dialog, DialogPortal } from "../layout/dialog";
import { Button } from "../shared/button";
import { useUserData } from "~/hooks/use-user-data";

// Email change validation schema with current email check
export const createChangeEmailSchema = (
Expand Down

0 comments on commit 435ce4e

Please sign in to comment.