HOTFIX NO RENUEVA TOKEN #22

Closed
jsegarra wants to merge 1 commits from hotfix_renewToken into master
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function getTokenConfig() {
}
function checkValidity() {
const created = localStorage.getItem('created');
const created = +localStorage.getItem('created');
const ttl = localStorage.getItem('ttl');
if (isCheckingToken || !created) return;