Add title attribute for iframe to suppress accessibility errors (#4407)
This commit is contained in:
parent
5b179420fd
commit
b5ed8961f7
1 changed files with 1 additions and 0 deletions
|
@ -843,6 +843,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe.setAttribute('src', src );
|
iframe.setAttribute('src', src );
|
||||||
|
iframe.setAttribute('title', 'keycloak-session-iframe' );
|
||||||
iframe.style.display = 'none';
|
iframe.style.display = 'none';
|
||||||
document.body.appendChild(iframe);
|
document.body.appendChild(iframe);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue