diff --git a/package.json b/package.json index fad301f..98259f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colempub", - "version": "1.0.11", + "version": "1.0.12", "dependencies": { "axios": "^0.19.2", "bootstrap": "^3.3.7", diff --git a/src/utils/properties.js b/src/utils/properties.js index 2b4b23f..538a2a6 100644 --- a/src/utils/properties.js +++ b/src/utils/properties.js @@ -1,6 +1,6 @@ export const idecLengthMin = 7; -export const idecLengthMax = 8; +export const idecLengthMax = 9; export const LONGUEUR_MINIMALE_PASSWORD_POLITIQUE_INSEE = 8;