Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lcomplete committed Apr 7, 2023
2 parents 280952f + b174457 commit 6070f3c
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 6070f3c

Please sign in to comment.