瀏覽代碼

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}`,
// )


Loading…
取消
儲存