Skip to content

Commit

Permalink
Fix input state
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Feb 19, 2021
1 parent a44982f commit 8854d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Views/Login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class Login extends PureComponent {
returnKeyType={'done'}
onChangeText={this.checkDelete}
autoCapitalize="none"
value={this.state.password}
value={this.state.deleteText}
baseColor={colors.grey500}
tintColor={colors.blue}
onSubmitEditing={this.submitDelete}
Expand Down

0 comments on commit 8854d2a

Please sign in to comment.