diff --git a/src/index.js b/src/index.js
index 13032846776cf9ccd52d9e5b6d24a7c8640a99f5..a8158f0d188a7fbe5a16a3b55ec8f759b2d3aa1d 100644
--- a/src/index.js
+++ b/src/index.js
@@ -137,7 +137,7 @@ async function verifyUserIdentity(
 
   if (fields.pointId != pdl) {
     log('error', 'PointId does not match')
-    return false
+    throw errors.LOGIN_FAILED
   }
   return true
 }
@@ -502,7 +502,6 @@ async function findUserPdl(
     log('error', 'rechercherPointResponse')
     log('error', err)
     throw errors.LOGIN_FAILED
-    //TODO: handling code error SGT4F6 and SGT432 into USER_ACTIon_NEEDED
   })
 
   const parsedReply = await xml2js.parseStringPromise(response.body, {