IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

set the missing style 'display: none;' on the iframe #1358

Open FaisalST32 opened 3 years ago

FaisalST32 commented 3 years ago

This PR addresses issue #1357

added the missing style 'display: none;' when iframes are created using IFrameWindow class. This makes sure that the generated iframe does not interfere with client html and css.