Skip to content

Commit

Permalink
Update launch_screen.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
SayedZeeshanHyder authored Jul 25, 2024
1 parent c93093f commit 70fe6fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/new_ui/screens/launch_screen/launch_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ class _LaunchScreenState extends State<LaunchScreen> {

void _navigateToLogin() {
print('Navigating to LoginScreen');
Navigator.pushReplacement(context, MaterialPageRoute(builder: (context)=>MaintainanceScreen(),),);
/*context.go('/login');*/
context.go('/login');
}

Future<void> _checkAnswer() async {
Expand Down

0 comments on commit 70fe6fa

Please sign in to comment.