diff --git a/react/features/authentication/components/LoginDialog.native.js b/react/features/authentication/components/LoginDialog.native.js index ac2fbada0..3d1ebc149 100644 --- a/react/features/authentication/components/LoginDialog.native.js +++ b/react/features/authentication/components/LoginDialog.native.js @@ -264,7 +264,7 @@ class LoginDialog extends Component { */ _onUsernameChange(text) { this.setState({ - username: text + username: text.trim() }); }