Skip to content

Commit 3588f72

Browse files
committed
Fix timeset
1 parent 9eb5ddd commit 3588f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/login.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const Login: NextPage = () => {
112112
// console.log('getTokenTime : ' + getTokenTime);
113113

114114
//トークンが更新される(無効になる)であろう時刻
115-
const timeSet = 60 * 60 * 900;
115+
const timeSet = 60 * 60 * 500;
116116
const lostTokenTime = String(new Date().getTime() + timeSet);
117117
console.log('lostTokenTime : ' + lostTokenTime);
118118

0 commit comments

Comments
 (0)