mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 13:43:44 +02:00
remove CustomNavigator
This commit is contained in:
parent
f0be8a8c79
commit
349ee4334d
1 changed files with 2 additions and 5 deletions
|
@ -394,11 +394,8 @@ class LoginConfigState extends State<LoginConfig> with WidgetsBindingObserver {
|
|||
config: widget.config ?? ConfigData.example(),
|
||||
repository: repository,
|
||||
app: widget.child,
|
||||
child: CustomNavigator(
|
||||
pageRoute: PageRoutes.materialPageRoute,
|
||||
home: LoginMain(
|
||||
child: widget.child,
|
||||
),
|
||||
child: LoginMain(
|
||||
child: widget.child,
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue