Skip to content

Commit 9eb5ddd

Browse files
committed
Fix timeSet
1 parent 4ee05ca commit 9eb5ddd

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 = 12 * 60 * 60 * 1000;
115+
const timeSet = 60 * 60 * 900;
116116
const lostTokenTime = String(new Date().getTime() + timeSet);
117117
console.log('lostTokenTime : ' + lostTokenTime);
118118

0 commit comments

Comments
 (0)