Skip to content

Commit

Permalink
Merge pull request #2 from EricThuaud/develop
Browse files Browse the repository at this point in the history
fix small error
  • Loading branch information
EricThuaud authored Jun 23, 2022
2 parents eadef07 + 47f3eda commit e11e9e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: coleman-access
image: inseefr/coleman-access:0.10.0
image: inseefr/coleman-access:0.10.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "0.10.0",
"version": "0.10.1",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/components/auth/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Auth = ({ urlBackEnd, id, history, keycloakAuth }) => {
// including 410 status - no habilitation found
setError('technique');
}
}, [history, id, urlBackEnd]);
}, [history, id, urlBackEnd, keycloakAuth]);

useEffect(() => {
if (authenticated && !loading) redirectToQuestionnaire();
Expand Down

0 comments on commit e11e9e0

Please sign in to comment.