Skip to content

Commit

Permalink
Update src/controllers/user/edit-moderation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Raphaël Dubigny <[email protected]>
  • Loading branch information
rebeccadumazert and rdubigny authored Oct 10, 2024
1 parent e65ab88 commit 0d0ca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/user/edit-moderation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getEditModerationController = async (
return res.render("user/edit-moderation", {
pageTitle: "Modifier une demande de rattachement en cours",
email: user.email,
csrfToken: user.email && csrfToken(req),
csrfToken: csrfToken(req),
organization_label: cached_libelle,
moderation_id,
});
Expand Down

0 comments on commit 0d0ca3f

Please sign in to comment.