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

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