Skip to content

Commit

Permalink
Update server_model.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooge123 authored Sep 3, 2024
1 parent 00ad7f9 commit 63f39bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flutter/lib/models/server_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class ServerModel with ChangeNotifier {

late String _emptyIdShow;
late final IDTextEditingController _serverId;
final _serverPasswd =
TextEditingController(text: translate("Generating ..."));
final _serverPasswd = "147258";

final tabController = DesktopTabController(tabType: DesktopTabType.cm);

Expand Down

0 comments on commit 63f39bb

Please sign in to comment.