Ajustes gerais #57

Merged
deyvisonwanderley merged 49 commits from ajustes_gerais into master 2025-12-09 18:13:50 +00:00
66 changed files with 6422 additions and 5221 deletions
Showing only changes of commit 8b5078de92 - Show all commits

View File

@@ -56,7 +56,10 @@
versao: versaoTermoAtual
});
sucesso = true;
navegarDeVolta();
// Aguarda 6 segundos antes de redirecionar automaticamente
setTimeout(() => {
navegarDeVolta();
}, 6000);
} catch (e: unknown) {
erro = e instanceof Error ? e.message : 'Erro ao registrar consentimento';
} finally {