mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 05:33:45 +02:00
parent
349ee4334d
commit
6b5f04d1ea
1 changed files with 5 additions and 2 deletions
|
@ -394,9 +394,12 @@ class LoginConfigState extends State<LoginConfig> with WidgetsBindingObserver {
|
|||
config: widget.config ?? ConfigData.example(),
|
||||
repository: repository,
|
||||
app: widget.child,
|
||||
child: LoginMain(
|
||||
child: CustomNavigator(
|
||||
pageRoute: PageRoutes.materialPageRoute,
|
||||
home: LoginMain(
|
||||
child: widget.child,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
if (isFlutterDefaultTheme(context)) {
|
||||
|
|
Loading…
Reference in a new issue