05/19 Fix add key issue

This commit is contained in:
2026-05-19 10:20:00 -04:00
parent eaeb5bd64f
commit 3cdcbbe8f7
+1
View File
@@ -133,6 +133,7 @@ def create_app(config_name: str = 'development') -> Flask:
csrf.exempt(folders_bp)
csrf.exempt(sharing_bp)
csrf.exempt(emergency_bp)
csrf.exempt(webauthn_bp)
# ── Global JSON error handlers ─────────────────────────────────────────────
# All /api/* routes must return JSON even on unhandled exceptions.