Skip to content

Commit

Permalink
Merge pull request IdentityModel#1204 from FluidSense/patch-2
Browse files Browse the repository at this point in the history
Render invisible iframes for silentRenew on Firefox
  • Loading branch information
brockallen authored Sep 18, 2020
2 parents b241a97 + f62fcba commit fe2d286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IFrameWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class IFrameWindow {
// shotgun approach
this._frame.style.visibility = "hidden";
this._frame.style.position = "absolute";
this._frame.style.display = "none";
this._frame.style.width = 0;
this._frame.style.height = 0;

Expand Down

0 comments on commit fe2d286

Please sign in to comment.