update copy

This commit is contained in:
2025-12-03 02:04:58 -03:00
parent 47f3086776
commit 0747ac84f4

View File

@@ -101,12 +101,12 @@ export default function Index({}: Route.ComponentProps) {
case 'User not found': case 'User not found':
return setError('username', { return setError('username', {
message: message:
'Conta não encontrada. Certifique-se de que está usando o Email ou CPF correto.', 'Não encontramos sua conta. Verifique se está usando o Email ou CPF correto',
type: 'manual' type: 'manual'
}) })
case 'Invalid credentials': case 'Invalid credentials':
return setError('password', { return setError('password', {
message: 'A senha está incorreta.', message: 'A senha está incorreta',
type: 'manual' type: 'manual'
}) })
} }