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,
|
mutation: JOIN_EVENT,
|
||||||
variables: {
|
variables: {
|
||||||
eventId: this.event.id,
|
eventId: this.event.id,
|
||||||
|
actorId: this.config.anonymous.actorId,
|
||||||
email: this.anonymousParticipation.email,
|
email: this.anonymousParticipation.email,
|
||||||
message: this.anonymousParticipation.message,
|
message: this.anonymousParticipation.message,
|
||||||
locale: this.$i18n.locale,
|
locale: this.$i18n.locale,
|
||||||
|
Loading…
Reference in New Issue
Block a user