From 936faae07dcda0136d07d9589c346f808ba630d6 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Wed, 11 Jun 2025 20:25:26 +0530 Subject: [PATCH] fix: Update initial route to redirect to /dashboard instead of /home --- lib/view/my_app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/my_app.dart b/lib/view/my_app.dart index dfaa27e..8e74318 100644 --- a/lib/view/my_app.dart +++ b/lib/view/my_app.dart @@ -36,7 +36,7 @@ class MyApp extends StatelessWidget { return "/auth/mpin-auth"; } else { logger.i("MPIN not enabled. Routing to /home"); - return "/home"; + return "/dashboard"; } } catch (e, stacktrace) { logger.e("Error determining initial route",