Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
iibarbari committed Nov 19, 2024
1 parent b900bfe commit 50cea0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 112 deletions.

This file was deleted.

61 changes: 0 additions & 61 deletions frontend/src/components/PasswordReset/FormTitle/index.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions frontend/src/components/PasswordReset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { useErrorBoundary } from "react-error-boundary";
import { useForm } from "react-hook-form";
import { Link, useSearch } from "wouter";
import ActivityOverlay from "~/components/ActivityOverlay";
import FormTitle from "~/components/FormTitle";
import Layout from "~/components/Layout";
import Title from "~/components/Title";
import useUser from "~/hooks/useUser";
import { api } from "~/lib/api";
import { setErrors } from "~/lib/form";
import FormTitle from "./FormTitle";
import styles from "./PasswordReset.module.css";

type State = {
Expand Down Expand Up @@ -106,7 +106,7 @@ export default function PasswordReset() {
<div className="container">
<FormTitle
description="Enter a new password to access your account."
maxWidth="30rem"
maxWidth="28rem"
showGoBack={false}
summary="Password reset"
title="Reset your password"
Expand Down

0 comments on commit 50cea0b

Please sign in to comment.