This commit is contained in:
Luiz H. R. Silva 2024-06-04 16:16:53 -03:00
parent aa2892c9fb
commit fed8453f61
13 changed files with 157 additions and 211 deletions

View file

@ -30,7 +30,7 @@ const validarToken = async ({
.then((resposta) =>
resposta.eCerto ? ("valido" as const) : ("erro" as const),
)
.catch((e) => "erro" as const)
.catch(() => "erro" as const)
return resposta
} catch (e) {