Saúl Ibarra Corretgé 5 anos atrás
pai
commit
a8b8612304

+ 1
- 1
react/features/authentication/components/LoginDialog.native.js Ver arquivo

@@ -264,7 +264,7 @@ class LoginDialog extends Component<Props, State> {
264 264
      */
265 265
     _onUsernameChange(text) {
266 266
         this.setState({
267
-            username: text
267
+            username: text.trim()
268 268
         });
269 269
     }
270 270
 

Carregando…
Cancelar
Salvar