4 lines
244 B
Text
4 lines
244 B
Text
- message = t("notifier.csrf_token_fail.body",
|
|
name: @notification.recipient_first_name,
|
|
link: "https://owasp.org/www-community/attacks/csrf")
|
|
!= Redcarpet::Markdown.new(Diaspora::Markdownify::Email).render(message)
|