From 385fcd6441d1e8fb355ee39961e9409a48897c20 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Sun, 26 Dec 2021 21:16:28 +0100 Subject: [PATCH] Make the current passowrd field also submitable via Enter --- src/pages/settings/PasswordPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/settings/PasswordPage.js b/src/pages/settings/PasswordPage.js index db27c9e697f3..54455e95a6d3 100755 --- a/src/pages/settings/PasswordPage.js +++ b/src/pages/settings/PasswordPage.js @@ -172,6 +172,7 @@ class PasswordPage extends Component { returnKeyType="done" hasError={this.state.errors.currentPassword} errorText={this.getErrorText('currentPassword')} + onSubmitEditing={this.submit} />