diff --git a/src/authentication/components/FlowRow.tsx b/src/authentication/components/FlowRow.tsx index 7d3566bace..30afa3dd86 100644 --- a/src/authentication/components/FlowRow.tsx +++ b/src/authentication/components/FlowRow.tsx @@ -57,6 +57,7 @@ export const FlowRow = ({ className="keycloak__authentication__flow-item" id={execution.id} isExpanded={!execution.isCollapsed} + aria-labelledby={`title-id-${execution.id}`} > - + {hasSubList && ( onRowClick(execution)} isExpanded={!execution.isCollapsed} id={`toggle1-${execution.id}`} - aria-controls={`expand-${execution.id}`} + aria-controls={execution.executionList![0].id} /> )} {!execution.authenticationFlow && (