Skip to content

Commit

Permalink
Fix user edits not visible after editing
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed Mar 22, 2024
1 parent 313769e commit fe4adde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/helpers/KeycloakUserProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ function KeycloakUserProvider({ children }: { children: React.ReactNode }) {
});

if (response.status === "ok") {
setUserLoggedIn(user);
return true;
}

Expand Down

0 comments on commit fe4adde

Please sign in to comment.