diff --git a/src/bundle/Resources/views/themes/admin/account/login/index.html.twig b/src/bundle/Resources/views/themes/admin/account/login/index.html.twig index cfc652a61c..446fa64c64 100644 --- a/src/bundle/Resources/views/themes/admin/account/login/index.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/login/index.html.twig @@ -37,7 +37,6 @@ required: true, autofocus: true, autocomplete: 'on', - tabindex: '1', placeholder: ' ' } } only -%} @@ -53,7 +52,6 @@ class: 'ibexa-login__input ibexa-login__input--password', name: '_password', required: true, - tabindex: '2', placeholder: ' ' } } only -%} @@ -64,13 +62,12 @@ {% block login_form_buttons %} {{ 'authentication.sign_in'|trans|desc('Sign in') }} @@ -83,7 +80,6 @@ type="secondary" htmlType="submit" class="ibexa-login__btn" - tabindex="3" :disabled="true" > {{ 'authentication.sso'|trans|desc('Sign in with SSO') }}