diff --git a/src/Pages/Auth/Auth.jsx b/src/Pages/Auth/Auth.jsx index b84df8f..f879239 100644 --- a/src/Pages/Auth/Auth.jsx +++ b/src/Pages/Auth/Auth.jsx @@ -42,7 +42,7 @@ function Auth() { setPermanentCode(res ? res.data.access_token : null) }) .catch(err => { - console.log(err.response) + console.log(err) setPermanentCode(false) }) .finally(() => {