Skip to content

Commit

Permalink
fix (auth/login): mutationFn not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Aug 9, 2024
1 parent 9446bb6 commit a02f709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/auth/Login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ function LoginPage() {
</p>
</div>
</div>
{/*

{showVerifyModal && (
<VerificationModal mutate={loginMutate} user={user} />
)} */}
)}
</section>
);
}
Expand Down

0 comments on commit a02f709

Please sign in to comment.