Temporarily disable Passkey section in profil.vue for consistency with recent changes. This update comments out the Passkey management UI elements, aligning with the ongoing review of Passkey functionality across the application.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 49s

This commit is contained in:
Torsten Schulz (local)
2026-01-09 08:43:31 +01:00
parent d12380ee72
commit 2800ac84fb

View File

@@ -134,7 +134,8 @@
</div> </div>
</div> </div>
<!-- Passkeys --> <!-- Passkeys - vorläufig deaktiviert -->
<!--
<div class="border-t border-gray-200 pt-6 mt-6"> <div class="border-t border-gray-200 pt-6 mt-6">
<h3 class="text-lg font-semibold text-gray-900 mb-2"> <h3 class="text-lg font-semibold text-gray-900 mb-2">
Passkeys Passkeys
@@ -199,6 +200,7 @@
</li> </li>
</ul> </ul>
</div> </div>
-->
<!-- Error/Success Messages --> <!-- Error/Success Messages -->
<div <div