changed logoRepository to authRepository
This commit is contained in:
@@ -32,7 +32,7 @@ List<SingleChildWidget> get repositories {
|
||||
|
||||
List<SingleChildWidget> get viewModels {
|
||||
return [
|
||||
Provider(
|
||||
ChangeNotifierProvider(
|
||||
create: (context) => AuthViewModel(authRepository: context.read()),
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user