From 1f3fbcd0becc9a305b62ec668001df5e6183ff7b Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 23 Oct 2024 13:34:00 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20common:=20decrease=20auth?= =?UTF-8?q?=20expiry=20to=203=20minutes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/AUTH_EXPIRY.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/AUTH_EXPIRY.ts b/common/AUTH_EXPIRY.ts index 5054678d..6f4517a5 100644 --- a/common/AUTH_EXPIRY.ts +++ b/common/AUTH_EXPIRY.ts @@ -1 +1 @@ -export default 24 * 60 * 60_000; +export default 3 * 60_000;