bug: pincode must support '0000'+ values
Closed this issue · 1 comments
alisonrag commented
Describe the bug
client must support 0123, 0000, etc as pincode
from:
#456 (comment)
alisonrag commented
maybe:
if (intCode > 0 && intCode < 1000000 && pincode.length >= 4 && pincode.length <= 6) {