{% extends 'Game/index.html.twig' %} {% block title %} - Security Settings{% endblock %} {% block body %}
{{ app.user.username|slice(0, 2)|upper }}

{{ app.user.username }}

Security Settings

Back to Profile

Passkeys (WebAuthn)

Passkeys provide a secure, passwordless way to sign in to your account. Manage your registered passkeys below.

{% endblock %} {% block stylesheets %} {{ parent() }} {{ vite_entry_link_tags('passkeyStyle') }} {% endblock %} {% block javascripts %} {{ parent() }} {{ vite_entry_script_tags('passkey') }} {% endblock %}