diff --git a/src/core/verifyUserIdentity.js b/src/core/verifyUserIdentity.js index 188d0aa205ee6e10f277cd77553dfc2107398448..4f2dc96ef2c00923248a57aef0edbf0c7ba8fe90 100644 --- a/src/core/verifyUserIdentity.js +++ b/src/core/verifyUserIdentity.js @@ -77,7 +77,7 @@ async function verifyUserIdentity( // Third try, remove address number because it's buggy on SGE side if (!pdl) { - log('warn', 'Third chance onboarding for sge') + log('warn', 'Third try onboarding for sge') pdl = await findUserPdl( `${baseUrl}/enedis_SDE_recherche-point/1.0`, apiAuthKey, @@ -91,7 +91,7 @@ async function verifyUserIdentity( // Fourth try, remove address number and add escalierEtEtageEtAppartement because it's buggy on SGE side if (!pdl) { - log('warn', 'Fourth chance onboarding for sge') + log('warn', 'Fourth try onboarding for sge') pdl = await findUserPdl( `${baseUrl}/enedis_SDE_recherche-point/1.0`, apiAuthKey,