Skip to content

Commit

Permalink
Update duo_auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomarino authored Dec 19, 2019
1 parent 4b337cd commit 1203dd7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion duo_auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,17 @@ function generate_html()
});
</script>
<center>
<iframe id=\"duo_iframe\" width=\"620\" height=\"500\" frameborder=\"0\" allowtransparency=\"true\" style=\"background: transparent;\"></iframe>
<iframe id=\"duo_iframe\" frameborder=\"0\" allowtransparency=\"true\" style=\"background: transparent;\">
</iframe>
<style>
#duo_iframe {
width: 100%;
min-width: 304px;
max-width: 620px;
height: 330px;
border: none;
}
</style>
</center>";

return($content);
Expand Down

0 comments on commit 1203dd7

Please sign in to comment.