Files
wizarr/app/templates/components
Matthieu B 7b70be9d7e fix: correct Jinja2 syntax in passkey registration template (#1126)
The `tojson` filter already outputs a complete JSON object with braces,
but the template wrapped it in extra JavaScript braces, producing invalid
syntax. This caused a SyntaxError that prevented navigator.credentials.create()
from ever being called — no passkey prompt appeared.
2026-03-29 16:34:47 +02:00
..