forked from verdnatura/salix-front
remove comment
This commit is contained in:
parent
33f3024246
commit
6c69c44dfd
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue