why is not working aaaaah

This commit is contained in:
2022-12-18 19:04:16 -03:00
parent 9408d2efb7
commit 700aeec340

View File

@@ -42,7 +42,7 @@ function Auth() {
setPermanentCode(res ? res.data.access_token : null) setPermanentCode(res ? res.data.access_token : null)
}) })
.catch(err => { .catch(err => {
console.log(err.response) console.log(err)
setPermanentCode(false) setPermanentCode(false)
}) })
.finally(() => { .finally(() => {