Skip to content

Commit

Permalink
Merge pull request #2514 from shuhaib-aot/Bugfix/FWF-4223
Browse files Browse the repository at this point in the history
Fixed: logout button issue
  • Loading branch information
arun-s-aot authored Jan 14, 2025
2 parents 2f5cdb5 + 989691d commit 83c9b54
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 83c9b54

Please sign in to comment.