7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6c69c44dfd - Show all commits

View File

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