Temporarily disable Passkey functionality in login and registration components

Remove Passkey login and registration features from login.vue and registrieren.vue, including associated debug logs and UI elements. This change aims to streamline the user experience by focusing on standard login methods while Passkey support is under review. Additionally, disable Passkey management in profil.vue to ensure consistency across the application.
This commit is contained in:
Torsten Schulz (local)
2026-01-09 08:40:28 +01:00
parent 6deb15f65e
commit 870988bb6e
3 changed files with 48 additions and 94 deletions

View File

@@ -424,7 +424,8 @@ const handleSave = async () => {
onMounted(() => {
loadProfile()
loadPasskeys()
// Passkey-Verwaltung vorläufig deaktiviert
// loadPasskeys()
})
definePageMeta({