feat: include password-reveal.js in base template

This commit is contained in:
mwiegand 2026-05-13 11:37:47 +02:00
parent ab83f5fd2b
commit fe43f67b51
No known key found for this signature in database

View file

@ -41,5 +41,6 @@
<script src="{{ url_for('static', filename='js/sse.js') }}"></script> <script src="{{ url_for('static', filename='js/sse.js') }}"></script>
<script src="{{ url_for('static', filename='js/modal.js') }}"></script> <script src="{{ url_for('static', filename='js/modal.js') }}"></script>
<script src="{{ url_for('static', filename='js/file-tree.js') }}"></script> <script src="{{ url_for('static', filename='js/file-tree.js') }}"></script>
<script src="{{ url_for('static', filename='js/password-reveal.js') }}"></script>
</body> </body>
</html> </html>