frontend: remove tabindex=0 (confuses password managers)

This commit is contained in:
2025-10-22 18:16:09 +02:00
parent dbc54032f7
commit 8e3f09774a
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -275,7 +275,6 @@ const Sidebar = ({
<span
className={className}
role="button"
tabIndex={0}
onClick={handleSelect}
onKeyDown={(event) => {
if (event.key === 'Enter' || event.key === ' ') {