correct screen "participation without account" and adapt test - issue 1776
This commit is contained in:
@@ -270,7 +270,7 @@ const joinEvent = async (): Promise<void> => {
|
||||
actorId: anonymousActorId.value,
|
||||
email: anonymousParticipation.email,
|
||||
message: anonymousParticipation.message,
|
||||
locale: locale,
|
||||
locale: locale.value,
|
||||
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user