Skip to content

Commit

Permalink
Merge pull request #32 from SedationH/main
Browse files Browse the repository at this point in the history
fix: SignIn useEffect 无依赖
  • Loading branch information
lcomplete authored Apr 5, 2023
2 parents 30df2b4 + cf5b621 commit b174457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/pages/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function SignIn() {
api.isUserSetUsingGET().then(res => {
setIsUserSet(res.data.data);
});
});
}, []);


const formikLogin = useFormik({
Expand Down

0 comments on commit b174457

Please sign in to comment.