data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: actually remove the post token

dusk 5591a526 f474176d

+1
+1
src/routes/guestbook/+page.server.ts
··· 69 69 scopedCookies.set("sendError", "invalid post token! this is either a bug or you should stop doing silly stuff") 70 70 redirect(303, callbackUrl) 71 71 } 72 + postTokens.update((set) => { set.delete(postAuth); return set }) 72 73 // post entry 73 74 try { 74 75 // return error if content was not set or if empty