From 10826650e789424c3e41854ffc25e75285ab5b88 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 4 Dec 2020 09:40:42 +0100 Subject: [PATCH] Fix participation without account Signed-off-by: Thomas Citharel --- js/src/components/Participation/ParticipationWithoutAccount.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/components/Participation/ParticipationWithoutAccount.vue b/js/src/components/Participation/ParticipationWithoutAccount.vue index 9793005f..83094571 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,