Skip to content
Snippets Groups Projects
Commit 416a7f58 authored by magicfelix's avatar magicfelix
Browse files

Merge branch '1225-rebuild-account-registration-form' into tmp-ticdesk-4-0

parents d5e90b44 43b09d03
No related branches found
No related tags found
No related merge requests found
Pipeline #197723 passed with warnings
......@@ -641,7 +641,7 @@ class SendAccountRegistrationMutation(PersonAddressMutationMixin, graphene.Mutat
# Create person if no invitation is given or if invitation isn't linked to a person
if invitation and invitation.person:
person = invitation.person
person.email = email,
person.email = email
person.user = user
person.save()
else:
......
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