This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update check ID
CR003
Anna Ho
1 year ago
parent
07a6f593b6
commit
6c3aca90bf
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/authentication/IAmSmartRegister.js
+ 1
- 1
src/pages/authentication/IAmSmartRegister.js
View File
@@ -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 () => {
Write
Preview
Loading…
Cancel
Save