浏览代码

Fixed error when read stream cannot be created and crash server

Alex Tran 3 年之前
父节点
当前提交
8783af8fd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mobile/lib/modules/login/ui/login_form.dart

+ 1 - 1
mobile/lib/modules/login/ui/login_form.dart

@@ -15,7 +15,7 @@ class LoginForm extends HookConsumerWidget {
   Widget build(BuildContext context, WidgetRef ref) {
     final usernameController = useTextEditingController(text: 'testuser@email.com');
     final passwordController = useTextEditingController(text: 'password');
-    final serverEndpointController = useTextEditingController(text: 'http://192.168.1.103:2283');
+    final serverEndpointController = useTextEditingController(text: 'http://192.168.1.216:2283');
 
     return Center(
       child: ConstrainedBox(