changed logoRepository to authRepository

This commit is contained in:
llsajjad
2025-08-09 17:25:19 +03:30
parent e468ec9c43
commit 83ca169059
6 changed files with 138 additions and 164 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ List<SingleChildWidget> get repositories {
List<SingleChildWidget> get viewModels {
return [
Provider(
ChangeNotifierProvider(
create: (context) => AuthViewModel(authRepository: context.read()),
),
];