diff --git a/src/routes/csrf_protection.ts b/src/routes/csrf_protection.ts index 3f681dd96..aadd02100 100644 --- a/src/routes/csrf_protection.ts +++ b/src/routes/csrf_protection.ts @@ -12,4 +12,4 @@ const doubleCsrfUtilities = doubleCsrf({ cookieName: "_csrf" }); -export const { doubleCsrfProtection } = doubleCsrfUtilities; +export const { generateToken, doubleCsrfProtection } = doubleCsrfUtilities;