Skip to content

Do not autofocus login form in sidebar

Sivert Olstad requested to merge login-form-no-autofocus into develop

The login form in the sidebar has autofocus, which leads to a bad UX on mobile. When you load /om-oss/, for example, the browser scrolls to the bottom of the sidebar to show you the login form. We still want autofocus on the login page, so this PR makes autofocus configurable.

Merge request reports