Skip to content

Commit 06b1836

Browse files
committed
fix(auth): remove explicit Uuid dependency from JwtAuthTokenService
- Remove unnecessary Uuid dependency from JwtAuthTokenService - JwtAuthTokenService should provide its own UuidGenerator if needed
1 parent 4e4fc04 commit 06b1836

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
@@ -173,7 +173,6 @@ class AppDependencies {
173173
authTokenService = JwtAuthTokenService(
174174
userRepository: userRepository,
175175
blacklistService: tokenBlacklistService,
176-
uuidGenerator: const Uuid(),
177176
log: Logger('JwtAuthTokenService'),
178177
);
179178
verificationCodeStorageService = InMemoryVerificationCodeStorageService();

0 commit comments

Comments
 (0)