From 390f2a0ff656bee1cff5a5e53a27aa19cbf60cc3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 8 Nov 2024 10:52:24 +0100 Subject: [PATCH] fix expiration days to 3 --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index 418326541..1bec2e3bf 100644 --- a/config/constants.php +++ b/config/constants.php @@ -19,7 +19,7 @@ return [ 'invitation' => [ 'link' => [ 'base_url' => '/invitations/', - 'expiration_days' => 0, + 'expiration_days' => 3, ], ], 'services' => [