Update navigation to redirect to the home screen from the get started/authentication screen

This commit is contained in:
Achintha Isuru
2026-01-26 18:54:55 -05:00
parent 22c9606079
commit 493431056d

View File

@@ -83,6 +83,6 @@ extension ProfileNavigator on IModularNavigator {
/// Navigates to the get started/authentication screen.
void navigateToGetStarted() {
navigate('/get-started/');
navigate('/');
}
}