Skip to content

Commit de151b2

Browse files
authored
Merge pull request #26 from die-wegmeister/main
TASK: Add autofocus to 2FA input field
2 parents 519bc45 + 65bc42a commit de151b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/Private/Fusion/Presentation/Components/LoginSecondFactorStep.fusion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ prototype(Sandstorm.NeosTwoFactorAuthentication:Component.LoginSecondFactorStep)
2020
attributes.class="neos-span12"
2121
attributes.aria-label={I18n.id('otp-placeholder').package('Sandstorm.NeosTwoFactorAuthentication')}
2222
attributes.autocomplete="off"
23+
attributes.autofocus={true}
2324
/>
2425
</div>
2526

0 commit comments

Comments
 (0)