Browse Source

hotfix: hidden institucional register fields

master
bobmw 6 months ago
parent
commit
a7078d5040
  1. 3
      src/app/screens/RegisterScreen.js

3
src/app/screens/RegisterScreen.js

@ -545,6 +545,7 @@ export default function RegisterScreen(props) {
<MaterialCommunityIconsCustom name="map-marker" />
<CityPicker name={"city"} />
</View>
<View style={{ display: 'none' }}>
<Text style={styles.labelStyle}>Tipo de instituição:</Text>
<View style={[styles.iconField]}>
<MaterialCommunityIconsCustom name="bank" />
@ -565,6 +566,8 @@ export default function RegisterScreen(props) {
<MaterialCommunityIconsCustom name="bank" />
<RolePicker name="role" />
</View>
</View>
<Text style={styles.labelStyle}>Pergunta de segurança*:</Text>
<View
style={{

Loading…
Cancel
Save