Feature_Global_Project_Selection #47

Merged
vaibhav.surve merged 22 commits from Feature_Global_Project_Selection into main 2025-06-17 10:09:58 +00:00
Showing only changes of commit 936faae07d - Show all commits

View File

@ -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",