Skip to content

Commit

Permalink
Merge pull request #66 from InseeFr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BettyB979 authored Oct 16, 2024
2 parents 4457fa4 + fb027ae commit 5217c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.0.11",
"version": "1.0.12",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/properties.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const idecLengthMin = 7;

export const idecLengthMax = 8;
export const idecLengthMax = 9;

export const LONGUEUR_MINIMALE_PASSWORD_POLITIQUE_INSEE = 8;

Expand Down

0 comments on commit 5217c18

Please sign in to comment.