fixed login bug
This commit is contained in:
@@ -41,7 +41,9 @@ List<SingleChildWidget> get apiClients {
|
||||
create: (context) => TenderDetailService(networkManager: context.read()),
|
||||
),
|
||||
|
||||
Provider(create: (context) => YourTendersService(networkManager: context.read())),
|
||||
Provider(
|
||||
create: (context) => YourTendersService(networkManager: context.read()),
|
||||
),
|
||||
Provider(
|
||||
create: (context) => TendersService(networkManager: context.read()),
|
||||
),
|
||||
@@ -103,6 +105,7 @@ List<SingleChildWidget> get viewModels {
|
||||
(context) => ProfileViewModel(
|
||||
profileRepository: context.read(),
|
||||
authRepository: context.read(),
|
||||
authViewModel: context.read(),
|
||||
),
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user