Add secureTextEntry prop to password input field (#64)
This commit is contained in:
parent
3533af7fd6
commit
f2800ce927
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ class LoginView extends Component {
|
|||
onChangeText={(password) => this.setState({password})}
|
||||
style={GlobalStyles.inputBox}
|
||||
placeholder={this.props.intl.formatMessage({id: 'login.password', defaultMessage: 'Password'})}
|
||||
secureTextEntry={true}
|
||||
autoCorrect={false}
|
||||
autoCapitalize='none'
|
||||
underlineColorAndroid='transparent'
|
||||
|
|
|
|||
Loading…
Reference in a new issue