Skip to content

Commit 63ac699

Browse files
committed
fix(auth): remove uuidGenerator from AuthService dependencies
- Removed the uuidGenerator parameter from the AuthService instantiation - This change simplifies the AuthService dependencies and improves code maintainability
1 parent 837972a commit 63ac699

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/config/app_dependencies.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ class AppDependencies {
186186
emailRepository: emailRepository,
187187
userAppSettingsRepository: userAppSettingsRepository,
188188
userContentPreferencesRepository: userContentPreferencesRepository,
189-
uuidGenerator: const Uuid(),
190189
log: Logger('AuthService'),
191190
);
192191
dashboardSummaryService = DashboardSummaryService(

0 commit comments

Comments
 (0)