diff --git a/src/app/screens/RegisterScreen.js b/src/app/screens/RegisterScreen.js index 2abb29f..eb7761c 100644 --- a/src/app/screens/RegisterScreen.js +++ b/src/app/screens/RegisterScreen.js @@ -394,7 +394,7 @@ export default function RegisterScreen(props) { secQuestion: "", secQuestionAns: "", role: "", - consent: true, //ALTERAR P/ FALSE + consent: false, }} onSubmit={(form, actions) => { comparePassword(form.password, form.confirmPassword); @@ -535,7 +535,7 @@ export default function RegisterScreen(props) { flex={1} maxLength={255} name="secQuestionAns" - placeholder="Degite a resposta à pergunta" + placeholder="Digite a resposta à pergunta" paddingRight={2} paddingLeft={2} />