diff --git a/js/src/components/Participation/ParticipationWithoutAccount.vue b/js/src/components/Participation/ParticipationWithoutAccount.vue index 9793005f0..83094571d 100644 --- a/js/src/components/Participation/ParticipationWithoutAccount.vue +++ b/js/src/components/Participation/ParticipationWithoutAccount.vue @@ -149,6 +149,7 @@ export default class ParticipationWithoutAccount extends Vue { mutation: JOIN_EVENT, variables: { eventId: this.event.id, + actorId: this.config.anonymous.actorId, email: this.anonymousParticipation.email, message: this.anonymousParticipation.message, locale: this.$i18n.locale,