feat: include password-reveal.js in base template
This commit is contained in:
parent
ab83f5fd2b
commit
fe43f67b51
1 changed files with 1 additions and 0 deletions
|
|
@ -41,5 +41,6 @@
|
|||
<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/file-tree.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/password-reveal.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue