adminer
adminer copied to clipboard
Update login-otp.php
Update the autocomplete field to identify itself.
It is useful to add more parameters.
<input type='text' size='6' autocomplete='one-time-code' inputmode='numeric' maxlength='6' pattern='\d{6}'\>
Everything is here: https://github.com/pematon/adminer/commit/146a24efad4e068cf602f38fb0397b3afd62b628
Merged, thanks.