This PR addresses #289 - it autofocuses the Yubikey field. I've already forgotten to focus the field manually a few times and it will be much smoother with it auto-focusing.
Motivation and Context
When using a yubikey, we plugin the device to a USB port, and it acts like a keyboard, typing in the OTP. It's easy to forget that we need to focus the Yubikey form field, so autofocusing will help make this process smoother.
Closes #289
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
This PR addresses #289 - it autofocuses the Yubikey field. I've already forgotten to focus the field manually a few times and it will be much smoother with it auto-focusing.
Motivation and Context
When using a yubikey, we plugin the device to a USB port, and it acts like a keyboard, typing in the OTP. It's easy to forget that we need to focus the Yubikey form field, so autofocusing will help make this process smoother.
Closes #289
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: