Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Jan 8, 2024
1 parent ab2c17c commit 8dfca2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/auth/Action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
sendPasswordResetEmail,
confirmPasswordReset,
applyActionCode,
signOut,
} from "firebase/auth";
import FirebaseAuth, { errorMessagesMap } from "../../services/FirebaseAuth";
import { Alert, Snackbar } from "@mui/material";
Expand All @@ -34,7 +33,6 @@ export default function Action() {
: "resetEmail";
let oobCode = searchParams.get("oobCode");
const navigate = useNavigate();
const { REACT_APP_404, REACT_APP_AUTH_SIGNIN } = process.env;

const handleResetPassword = (event: FormEvent<HTMLFormElement>) => {
event.preventDefault();
Expand Down

0 comments on commit 8dfca2c

Please sign in to comment.