Przeglądaj źródła

update check ID

CR003
Anna Ho 1 rok temu
rodzic
commit
6c3aca90bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/pages/authentication/IAmSmartRegister.js

+ 1
- 1
src/pages/authentication/IAmSmartRegister.js Wyświetl plik

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

const handleCaptcha = async () => {


Ładowanie…
Anuluj
Zapisz