Skip to content

Commit

Permalink
i did a oospy
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed Sep 1, 2024
1 parent 41a8a40 commit c1d28e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function Wrapper({
}

// Automatically log in the user
if (isLoggedIn) {
if (!isLoggedIn) {
dispatch(autoLogin());
}
}, []);
Expand Down

0 comments on commit c1d28e2

Please sign in to comment.