Skip to content

Commit

Permalink
updating admin email
Browse files Browse the repository at this point in the history
  • Loading branch information
laurendiaz committed Feb 7, 2025
1 parent 87b05b1 commit 3bccae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/api/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

# TODO: turn this into a Django setting
ADMIN_EMAIL = 'info@dandiarchive.org'
ADMIN_EMAIL = 'info@api-dandi.emberarchive.org'


def user_greeting_name(user: User, socialaccount: SocialAccount = None) -> str:
Expand Down

0 comments on commit 3bccae4

Please sign in to comment.