sandstorm / NeosTwoFactorAuthentication

Extend the Neos Backend Login with 2FA
MIT License
12 stars 8 forks source link

TASK: Add autofocus to 2FA input field #26

Closed Benjamin-K closed 11 months ago

Benjamin-K commented 12 months ago

This adds the html autofocus attribute to the 2FA input field in LoginSecondFactorStep.fusion. This will make it easier and faster for users to enter their 2FA code.

Closes #25