forked from potsda.mn/mobilizon
Fix participation without account
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
88509f0ac1
commit
10826650e7
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue