Skip to content
Snippets Groups Projects

Resolve "code of conduct confirmation needs token, otherwise 403."

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -67,6 +67,9 @@
}
fetch("/profile/code-of-conduct/update", {
method: "POST",
headers: {
"X-CSRF-TOKEN": csrfToken,
},
});
});
</script>
Loading