MrAntares/roBrowserLegacy

bug: pincode must support '0000'+ values

Closed this issue · 1 comments

Describe the bug
client must support 0123, 0000, etc as pincode
from:
#456 (comment)

Screenshots (if applicable)
image

maybe:
if (intCode > 0 && intCode < 1000000 && pincode.length >= 4 && pincode.length <= 6) {