0
0
Fork 0
This commit is contained in:
xeltica 2021-09-05 10:50:35 +09:00
parent 2c2385ac59
commit d94f2c91fb
11 changed files with 160 additions and 30 deletions

View file

@ -8,9 +8,6 @@ const token = document.cookie
.find(row => row.startsWith('token'))
?.split('=')[1];
console.log(document.cookie);
console.log(token);
if (token) {
localStorage['token'] = token;
// 今の所はcookieをトークン以外に使用しないため全消去する