fix: Update initial route to redirect to /dashboard instead of /home
This commit is contained in:
parent
313350e1a5
commit
936faae07d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user