Skip to content

Commit

Permalink
Allow to show/hide the password for a share by link (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach authored Dec 20, 2023
2 parents c77c109 + 00440df commit 676a77b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions assets/templates/share_by_link_password.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h1 class="h4 h2-md mb-3 text-center">{{t "Share by link Password Title"}}</h1>
</main>
</form>
<script src="{{asset .Domain "/scripts/cirrus.js"}}"></script>
<script src="{{asset .Domain "/scripts/password-visibility.js"}}"></script>
<script src="{{asset .Domain "/scripts/share-by-link.js"}}"></script>
</body>
</html>
34 changes: 17 additions & 17 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 676a77b

Please sign in to comment.