Skip to content

Commit

Permalink
change email to admin instead of info
Browse files Browse the repository at this point in the history
  • Loading branch information
laurendiaz committed Feb 7, 2025
1 parent 3bccae4 commit b05fd27
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@api-dandi.emberarchive.org'
ADMIN_EMAIL = 'admin@api-dandi.emberarchive.org'


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

0 comments on commit b05fd27

Please sign in to comment.