Skip to content

Commit 281dc46

Browse files
committed
Hide the dataproxy iframe
1 parent 10919e4 commit 281dc46

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

assets/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ <h1 class="h4 h2-md mb-0 text-center">{{.Title}}</h1>
124124
<script src="{{asset .Domain "/scripts/password-helpers.js"}}"></script>
125125
<script src="{{asset .Domain "/scripts/password-visibility.js"}}"></script>
126126
<script src="{{asset .Domain "/scripts/login.js"}}"></script>
127-
<iframe src="{{.DataProxyCleanURL}}"></iframe>
127+
<iframe src="{{.DataProxyCleanURL}}" class="d-none"></iframe>
128128
</body>
129129
</html>

web/statik/statik.go

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)