feat: login api
This commit is contained in:
@@ -150,7 +150,7 @@ class LoginRoute extends _i17.PageRouteInfo<void> {
|
||||
static _i17.PageInfo page = _i17.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i7.LoginPage();
|
||||
return _i17.WrappedRoute(child: const _i7.LoginPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user