🤦 Disable crsf for now to reenable the newsletter form

This commit is contained in:
2022-12-23 19:50:57 +01:00
parent f396864feb
commit 9a7ad40401
3 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ export const load: PageServerLoad = async ({ setHeaders }) => {
/**
* Form Data
*/
export const actions: Actions = {
export const actions: Actions = {
// Form newsletter subscription
subscribe,
}