summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJonathan Barda <jonathan.barda@gmail.com>2020-10-22 18:43:15 +0200
committerGitHub <noreply@github.com>2020-10-22 18:43:15 +0200
commitfa63c049d7608fb31e3be9b039be32679403366f (patch)
tree0549a4a1c7a3114909e5935eff5c56a1ac8fa950 /web
parentfca9f8ff2196ac85c4546bcf41f5105646859c3a (diff)
Completely hide SSO iframe (#10027)
Without `style="border: none;"` the `iframe` borders are still visible and it creates a small visible square.
Diffstat (limited to 'web')
-rw-r--r--web/gui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/index.html b/web/gui/index.html
index 41017936cb..d3099101f1 100644
--- a/web/gui/index.html
+++ b/web/gui/index.html
@@ -1315,7 +1315,7 @@
</div>
</div>
</div>
- <iframe id="ssoifrm" width="0" height="0"></iframe>
+ <iframe id="ssoifrm" width="0" height="0" style="border: none;"></iframe>
<div id="hiddenDownloadLinks" style="display: none;" hidden></div>
<script type="text/javascript" src="dashboard.js?v20190902-0"></script>
</body>