From 95a5b8a8c1b5736371d3901cd5c0124a7e5fc1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 16 Jun 2020 14:21:07 +0200 Subject: [PATCH] rn,auth: don't auto-capitalize the password field Fixes: https://github.com/jitsi/jitsi-meet/issues/5673 --- react/features/authentication/components/LoginDialog.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/authentication/components/LoginDialog.native.js b/react/features/authentication/components/LoginDialog.native.js index d3ba003265..ac2fbada01 100644 --- a/react/features/authentication/components/LoginDialog.native.js +++ b/react/features/authentication/components/LoginDialog.native.js @@ -171,6 +171,7 @@ class LoginDialog extends Component { underlineColorAndroid = { FIELD_UNDERLINE } value = { this.state.username } />