Just one click away from less busywork, but sadly you put recaptcha on your form and I can't signin.
Dear recaptcha developers, integrators and all those who promote it, I hate you, I hate every one of you.
Ah! it worked this time, and here come the pincode form with every letter is an input:
```
<input class="pincode-input-text" placeholder="" aria-label="" maxlength="1" autocomplete="off" type="tel" inputmode="text" pattern="[0-9]*" style="[....]" value="">
``
Why an empty placeholder attribute ? Why an empty aria-label ? Type tel ? The pattern say 0 to 9 but the inputmode is text, and there is a maxlength 1 but pattern say otherwhise ?🤪