.
This commit is contained in:
parent
aa2892c9fb
commit
fed8453f61
13 changed files with 157 additions and 211 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue