IdentityModel / oidc-client-js

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

fixed a bug with Iframe width and height #1240

Closed AlexanderBaggett closed 3 years ago

AlexanderBaggett commented 4 years ago

since css does not control iframe width or height, these must be set directly via width and height properties

brockallen commented 3 years ago

Ok, Thanks!