Pārlūkot izejas kodu

fix token timeout from 1 min to 60 min

master
Alex Cheung pirms 1 gada
vecāks
revīzija
bfffcaf387
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/components/AutoLogoutProvider.js

+ 1
- 1
src/components/AutoLogoutProvider.js Parādīt failu

@@ -58,7 +58,7 @@ const AutoLogoutProvider = ({ children }) => {
if(isGLDLoggedIn()){
setLogoutInterval(240);
}else{
setLogoutInterval(1);
setLogoutInterval(60);
}
// axios.get(`${apiPath}${GET_IDLE_LOGOUT_TIME}`,
// )


Notiek ielāde…
Atcelt
Saglabāt