Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cc87dacc6 |
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ const LoginForm = ({config, extra, serverDisplayName, launchError, launchType, l
|
||||||
disableFullscreenUI={true}
|
disableFullscreenUI={true}
|
||||||
enablesReturnKeyAutomatically={true}
|
enablesReturnKeyAutomatically={true}
|
||||||
error={error}
|
error={error}
|
||||||
keyboardType='default'
|
keyboardType={isPasswordVisible ? 'visible-password' : 'default'}
|
||||||
label={intl.formatMessage({id: 'login.password', defaultMessage: 'Password'})}
|
label={intl.formatMessage({id: 'login.password', defaultMessage: 'Password'})}
|
||||||
onChangeText={onPasswordChange}
|
onChangeText={onPasswordChange}
|
||||||
onSubmitEditing={onLogin}
|
onSubmitEditing={onLogin}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue