From 700aeec34041d37bc5080dfcb379b1b9aeb74f9f Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sun, 18 Dec 2022 19:04:16 -0300 Subject: [PATCH] why is not working aaaaah --- src/Pages/Auth/Auth.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {