Temporarily disable Passkey functionality in login and registration components
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
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:
@@ -424,7 +424,8 @@ const handleSave = async () => {
|
||||
|
||||
onMounted(() => {
|
||||
loadProfile()
|
||||
loadPasskeys()
|
||||
// Passkey-Verwaltung vorläufig deaktiviert
|
||||
// loadPasskeys()
|
||||
})
|
||||
|
||||
definePageMeta({
|
||||
|
||||
Reference in New Issue
Block a user