build: refs #6859 #23

Merged
guillermo merged 8 commits from test into master 2024-02-15 09:27:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9d34a22033 - Show all commits

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;