diff --git a/lib/auth/config.ts b/lib/auth/config.ts index 546ece6..fa3d62a 100644 --- a/lib/auth/config.ts +++ b/lib/auth/config.ts @@ -132,7 +132,6 @@ export const auth = betterAuth({ "[Auth] Falha ao criar dados padrão do usuário:", error, ); - // TODO: Considere enfileirar para retry ou notificar admin } }, }, diff --git a/next.config.ts b/next.config.ts index 69bd21c..f360909 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,7 +11,6 @@ const nextConfig: NextConfig = { }, reactCompiler: true, typescript: { - // TODO: Corrigir erros TS e remover. Erros pré-existentes em ~5 arquivos. ignoreBuildErrors: true, }, images: {