Skip to content

Commit

Permalink
Move token exposed template
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Nov 21, 2024
1 parent 29b2efb commit c2e9dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canarytokens/channel_output_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def do_send_alert(
email_content_html = EmailOutputChannel.format_token_exposed_html(
details,
Path(
f"{self.switchboard_settings.TEMPLATES_PATH}/emails/notification_token_exposed.html"
f"{self.switchboard_settings.TEMPLATES_PATH}/emails/_generated_dont_edit_notification_token_exposed.html"
),
)
email_content_text = EmailOutputChannel.format_token_exposed_text(details)
Expand Down

0 comments on commit c2e9dcb

Please sign in to comment.