diff --git a/frontend/src/components/CredentialList.vue b/frontend/src/components/CredentialList.vue index 07605e1..1102a49 100644 --- a/frontend/src/components/CredentialList.vue +++ b/frontend/src/components/CredentialList.vue @@ -40,9 +40,9 @@ @click="$emit('delete', credential)" class="btn-card-delete" :disabled="credential.is_current_session" - :title="credential.is_current_session ? 'Cannot delete current session credential' : 'Delete passkey'" + :title="credential.is_current_session ? 'Cannot delete current session credential' : 'Delete passkey and terminate any linked sessions.'" tabindex="-1" - >🗑️ + >❌
diff --git a/frontend/src/components/RegistrationLinkModal.vue b/frontend/src/components/RegistrationLinkModal.vue index b862be1..d283467 100644 --- a/frontend/src/components/RegistrationLinkModal.vue +++ b/frontend/src/components/RegistrationLinkModal.vue @@ -5,7 +5,7 @@

📱 Registration for {{ userName }}Add Another Device

- +