fix: Update initial route to redirect to /dashboard instead of /home

This commit is contained in:
Vaibhav Surve 2025-06-11 20:25:26 +05:30
parent 313350e1a5
commit 936faae07d

View File

@ -36,7 +36,7 @@ class MyApp extends StatelessWidget {
return "/auth/mpin-auth"; return "/auth/mpin-auth";
} else { } else {
logger.i("MPIN not enabled. Routing to /home"); logger.i("MPIN not enabled. Routing to /home");
return "/home"; return "/dashboard";
} }
} catch (e, stacktrace) { } catch (e, stacktrace) {
logger.e("Error determining initial route", logger.e("Error determining initial route",