Przeglądaj źródła

fix token timeout from 1 min to 60 min

master
Alex Cheung 1 rok temu
rodzic
commit
bfffcaf387
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/components/AutoLogoutProvider.js

+ 1
- 1
src/components/AutoLogoutProvider.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz