소스 검색

fix token timeout from 1 min to 60 min

master
Alex Cheung 1 년 전
부모
커밋
bfffcaf387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/AutoLogoutProvider.js

+ 1
- 1
src/components/AutoLogoutProvider.js 파일 보기

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


불러오는 중...
취소
저장