05/18 Enhanced codes and functionalities 11

This commit is contained in:
2026-05-18 22:00:42 -04:00
parent 78a96e092f
commit 6177b72ef8
5 changed files with 54 additions and 9 deletions
+5 -1
View File
@@ -977,6 +977,10 @@
maxlength="128"
class="passkey-name-input"
/>
<select id="passkey-attachment-select" class="passkey-attachment-select">
<option value="platform">Device (biometric)</option>
<option value="cross-platform">Security key / cross-device</option>
</select>
<button class="btn-secondary" id="btn-register-passkey">
+ Add passkey
</button>
@@ -1242,4 +1246,4 @@
<script src="{{ url_for('static', filename='js/auth.js') }}"></script>
<script src="{{ url_for('static', filename='js/sharing.js') }}"></script>
<script src="{{ url_for('static', filename='js/vault.js') }}"></script>
{% endblock %}
{% endblock %}