Saúl Ibarra Corretgé il y a 5 ans
Parent
révision
a8b8612304

+ 1
- 1
react/features/authentication/components/LoginDialog.native.js Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer