Explorar el Código

update check ID

master
Anna Ho hace 2 años
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, idNo: idNo,
} }
}) })
return Number(response.data[0]) === 1
return Number(response?.data?.idVaild) === true
} }


const handleCaptcha = async () => { const handleCaptcha = async () => {


Cargando…
Cancelar
Guardar