Skip to content
Snippets Groups Projects
Commit 1ce06925 authored by Chris Beer's avatar Chris Beer
Browse files

Fix iframe markup

parent d0ba3be3
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ export class AccessTokenSender extends Component { ...@@ -31,7 +31,7 @@ export class AccessTokenSender extends Component {
return ( return (
<IComCom <IComCom
attributes={{ attributes={{
ariaHidden: true, 'aria-hidden': true,
height: 1, height: 1,
src: `${url}?origin=${window.origin}&messageId=${url}`, src: `${url}?origin=${window.origin}&messageId=${url}`,
style: { visibility: 'hidden' }, style: { visibility: 'hidden' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment