workaround browser cache for webauthn.js

This commit is contained in:
Son NK 2020-05-25 00:10:12 +02:00
parent c68fad741b
commit b65328afe7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% block head %}
<script src="{{ url_for('static', filename='node_modules/qrious/dist/qrious.min.js') }}"></script>
<script src="{{ url_for('static', filename='assets/js/vendors/base64.js') }}"></script>
<script src="{{ url_for('static', filename='assets/js/vendors/webauthn.js') }}"></script>
<script src="/static/assets/js/vendors/webauthn.js?v={{ VERSION }}"></script>
{% endblock %}
{% block default_content %}