diff --git a/lib/main.dart b/lib/main.dart index e5d2c22b..92b8684c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -56,8 +56,8 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), // Set up color scheme useMaterial3: true, // Enable Material 3 ), - home: VisitorPasswordDialog() - // home:isLoggedIn == 'Success' ? const HomePage() : const LoginPage(), + // home: VisitorPasswordDialog() + home:isLoggedIn == 'Success' ? const HomePage() : const LoginPage(), )); } }