mirror of
https://github.com/zadam/trilium.git
synced 2026-01-07 23:24:25 +01:00
`req.csrfToken` might be undefined according to `csrf-csrf` provided types, so use type narrowing to make sure it exists, before calling it
`req.csrfToken` might be undefined according to `csrf-csrf` provided types, so use type narrowing to make sure it exists, before calling it