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