Skip to content

fix(shared): missing aria-label on icon-only back button in authheader #6245

Description

Description

The back button renders only an ArrowIcon with no visible text. No aria-label or aria-labelledby is provided, so screen readers will announce it generically as "button" with no indication of its purpose. For icon-only buttons, an accessible name is required by WCAG 4.1.2.

Severity: medium
File: packages/shared/src/components/auth/AuthHeader.tsx

Expected Behavior

The code should handle this case properly to avoid unexpected errors or degraded quality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions