728x90
Invalid token specified 떴을때
try {
const data = decode(token);
// valid token format
} catch(error) {
// invalid token format
console.log("error: " + JSON.stringify(localStorage));
}
예외처리로 돌려서 에러 메시지 확인하면 된다.
728x90
댓글