diff --git a/mylis/lib/app/app.dart b/mylis/lib/app/app.dart index 80f72a5b..d1d13da7 100644 --- a/mylis/lib/app/app.dart +++ b/mylis/lib/app/app.dart @@ -30,14 +30,14 @@ part '../widgets/common_widgets.dart'; const String kAppShortName = 'MyLIS'; const String kAppLongName = - 'Mikrobiology Laboratory Information System (MyLIS)'; + 'Mikrobiology Laboratory Information System'; const String kHospitalName = 'Rumah Sakit Umum Daerah Dr. Saiful Anwar'; const String kAppLogoAsset = 'assets/branding/logo.png'; const String kHospitalLogoAsset = 'assets/branding/logo_rssa.png'; const String kDefaultBaseUrl = String.fromEnvironment( 'LIS_BASE_URL', - defaultValue: 'https://lis.swandhana.test/', + defaultValue: 'http://10.10.123.218', ); class MyLisApp extends StatelessWidget { diff --git a/mylis/lib/screens/login/login_screen.dart b/mylis/lib/screens/login/login_screen.dart index 32294032..51ea5d11 100644 --- a/mylis/lib/screens/login/login_screen.dart +++ b/mylis/lib/screens/login/login_screen.dart @@ -188,7 +188,7 @@ class _LoginScreenState extends State { textInputAction: TextInputAction.next, decoration: InputDecoration( prefixIcon: const Icon(Icons.link), - labelText: 'URL Laravel', + labelText: 'IP Server', border: const OutlineInputBorder(), suffixIcon: IconButton( tooltip: 'Ping server', @@ -277,7 +277,7 @@ class _LoginScreenState extends State { ), const SizedBox(height: 18), Text( - 'Default: $kDefaultBaseUrl', + 'Duidev Software House | CV Swandhana', textAlign: TextAlign.center, style: Theme.of( context, @@ -285,7 +285,7 @@ class _LoginScreenState extends State { ), const SizedBox(height: 18), Text( - 'Pembuat aplikasi: Duidev Software House | CV Swandhana Copyright @ 2026', + 'Copyright @ 2026', textAlign: TextAlign.center, style: Theme.of(context).textTheme.bodySmall?.copyWith( color: Colors.black54,