Explorar el Código

update check ID

CR003
Anna Ho hace 1 año
padre
commit
6c3aca90bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/authentication/IAmSmartRegister.js

+ 1
- 1
src/pages/authentication/IAmSmartRegister.js Ver fichero

@@ -87,7 +87,7 @@ const Register = () => {
idNo: idNo,
}
})
return Number(response.data[0]) === 1
return Number(response?.data?.idVaild) === true
}

const handleCaptcha = async () => {


Cargando…
Cancelar
Guardar