Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshulagarwal committed Jul 26, 2024
1 parent 455a35b commit 75b2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Pages/Dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Dashboard = () => {

setTimeout(() => {
setReload(prev => prev + 1);
}, 500);
}, 1000);

dispatch(setAuth({
email: searchParams.get('email'),
Expand Down

0 comments on commit 75b2f16

Please sign in to comment.