Skip to content
Snippets Groups Projects
Commit 60183db5 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by magicfelix
Browse files

Fix mutation mail address handling

parent 412f5672
No related branches found
No related tags found
1 merge request!1737Draft: Resolve "Rebuild account registration form"
......@@ -609,6 +609,7 @@ class SendAccountRegistrationMutation(PersonAddressMutationMixin, graphene.Mutat
# Create email
email = None
_mail_address = None
if invitation and invitation.email:
email = invitation.email
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment