Skip to content

Commit

Permalink
Hide the dataproxy iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Oct 30, 2024
1 parent 10919e4 commit 281dc46
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion assets/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ <h1 class="h4 h2-md mb-0 text-center">{{.Title}}</h1>
<script src="{{asset .Domain "/scripts/password-helpers.js"}}"></script>
<script src="{{asset .Domain "/scripts/password-visibility.js"}}"></script>
<script src="{{asset .Domain "/scripts/login.js"}}"></script>
<iframe src="{{.DataProxyCleanURL}}"></iframe>
<iframe src="{{.DataProxyCleanURL}}" class="d-none"></iframe>
</body>
</html>
66 changes: 33 additions & 33 deletions web/statik/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 281dc46

Please sign in to comment.