05/18 Enhanced codes and functionalities 11
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user