Browse Source

Fixing typo in sec question answer placeholder. Changing default value

of terms/use to false
master
GabrielTrettel 3 years ago
parent
commit
c2a33966c1
  1. 4
      src/app/screens/RegisterScreen.js

4
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}
/>

Loading…
Cancel
Save