Mask password input

This commit is contained in:
Julia Friesel
2018-09-14 12:19:22 +02:00
parent 3dbc26f50a
commit 01a1fa4385
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ export default class PasswordSetting extends Component {
}}
value={this.state.currentPassword}
placeholder={labels.passwordSettings.enterCurrent}
secureTextEntry={true}
/>
</View>
}