fix: actually remove the post token
This commit is contained in:
parent
f474176dc9
commit
5591a5263e
@ -69,6 +69,7 @@ export async function load({ url, cookies }) {
|
||||
scopedCookies.set("sendError", "invalid post token! this is either a bug or you should stop doing silly stuff")
|
||||
redirect(303, callbackUrl)
|
||||
}
|
||||
postTokens.update((set) => { set.delete(postAuth); return set })
|
||||
// post entry
|
||||
try {
|
||||
// return error if content was not set or if empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user