Ver código fonte

fix token timeout from 1 min to 60 min

master
Alex Cheung 1 ano atrás
pai
commit
bfffcaf387
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/components/AutoLogoutProvider.js

+ 1
- 1
src/components/AutoLogoutProvider.js Ver arquivo

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


Carregando…
Cancelar
Salvar