0
0
Fork 0

remove comment

This commit is contained in:
Javier Segarra 2024-04-29 08:33:38 +00:00
parent 33f3024246
commit 6c69c44dfd
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ export function useSession() {
const maxDate = created + renewPeriodInSeconds; const maxDate = created + renewPeriodInSeconds;
const now = new Date().getTime(); const now = new Date().getTime();
//COMMENT THIS IF JUST FOR TEST
if (isNaN(renewPeriodInSeconds) || now <= maxDate) { if (isNaN(renewPeriodInSeconds) || now <= maxDate) {
return (isCheckingToken = false); return (isCheckingToken = false);
} }