Skip to content

Commit

Permalink
Emails for dangerous operations (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 authored Oct 16, 2023
1 parent f08cb4a commit 54e4573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/conf/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
DANGEROUS_OPERATION_HAPPENED_EMAILS = env(
"DANGEROUS_OPERATION_HAPPENED_EMAILS",
cast=tuple,
default=[],
default=["[email protected]", "[email protected]"],
)

# Postmark template IDs
Expand Down

0 comments on commit 54e4573

Please sign in to comment.