Revert "default anonymous participation in events to true"
This reverts commit 3a1b7a4660b4fd9488e7d06e677027ae41e0c10c.
This commit is contained in:
parent
dcd097bf6d
commit
0824694c56
|
@ -37,7 +37,7 @@ export class EventOptions implements IEventOptions {
|
|||
|
||||
showRemainingAttendeeCapacity = false;
|
||||
|
||||
anonymousParticipation = true;
|
||||
anonymousParticipation = false;
|
||||
|
||||
hideOrganizerWhenGroupEvent = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue