Update navigation to redirect to the home screen from the get started/authentication screen
This commit is contained in:
@@ -83,6 +83,6 @@ extension ProfileNavigator on IModularNavigator {
|
|||||||
|
|
||||||
/// Navigates to the get started/authentication screen.
|
/// Navigates to the get started/authentication screen.
|
||||||
void navigateToGetStarted() {
|
void navigateToGetStarted() {
|
||||||
navigate('/get-started/');
|
navigate('/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user