Saúl Ibarra Corretgé пре 5 година
родитељ
комит
a8b8612304
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/authentication/components/LoginDialog.native.js

+ 1
- 1
react/features/authentication/components/LoginDialog.native.js Прегледај датотеку

264
      */
264
      */
265
     _onUsernameChange(text) {
265
     _onUsernameChange(text) {
266
         this.setState({
266
         this.setState({
267
-            username: text
267
+            username: text.trim()
268
         });
268
         });
269
     }
269
     }
270
 
270
 

Loading…
Откажи
Сачувај