Skip to content

Commit

Permalink
lf
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Dec 17, 2024
1 parent 45b490c commit 75456c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/accounts/pages/change-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
FormPaperTitle,
} from "@/base/components/FormPaper";
import { LoadingButton } from "@/base/components/mui/LoadingButton";
import { isHTTPErrorWithStatus } from "@/base/http";
import log from "@/base/log";
import { VerticallyCentered } from "@ente/shared/components/Container";
import LinkButton from "@ente/shared/components/LinkButton";
Expand All @@ -18,7 +19,6 @@ import * as Yup from "yup";
import { appHomeRoute } from "../services/redirect";
import { changeEmail, sendOTT } from "../services/user";
import type { PageProps } from "../types/page";
import { isHTTPErrorWithStatus } from "@/base/http";

const Page: React.FC<PageProps> = () => {
const router = useRouter();
Expand Down

0 comments on commit 75456c1

Please sign in to comment.