mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-07-30 23:07:19 -04:00
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.