Skip to content

Commit

Permalink
Fixed: logout button issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Jan 14, 2025
1 parent e4e18e1 commit 989691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/PrivateRoute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const PrivateRoute = React.memo((props) => {
if (!authenticated) {
setAuthError(true);
} else {
authenticate(instance, props.store);
publish("FF_AUTH", instance);
authenticate(instance, props.store);
}
});
}
Expand Down

0 comments on commit 989691d

Please sign in to comment.