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";
|
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user