forked from yaso_meth/mih-project
change print to Invalid route
This commit is contained in:
@@ -189,7 +189,7 @@ class RouteGenerator {
|
||||
}
|
||||
|
||||
Route<dynamic> _errorRoute() {
|
||||
print("error");
|
||||
print("Invalid Route");
|
||||
return MaterialPageRoute(
|
||||
settings: const RouteSettings(name: '/'),
|
||||
builder: (_) => const AuthCheck());
|
||||
|
||||
Reference in New Issue
Block a user