photo visibility for demo events, hardened the demo mode. fixed dark/light mode toggle and notification bell toggle. fixed photo upload page sizes & header visibility.
This commit is contained in:
@@ -42,6 +42,7 @@ class EventJoinTokenService
|
||||
|
||||
public function revoke(EventJoinToken $joinToken, ?string $reason = null): EventJoinToken
|
||||
{
|
||||
unset($joinToken->plain_token);
|
||||
$joinToken->revoked_at = now();
|
||||
|
||||
if ($reason) {
|
||||
|
||||
Reference in New Issue
Block a user