We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4fc04 commit 06b1836Copy full SHA for 06b1836
lib/src/config/app_dependencies.dart
@@ -173,7 +173,6 @@ class AppDependencies {
173
authTokenService = JwtAuthTokenService(
174
userRepository: userRepository,
175
blacklistService: tokenBlacklistService,
176
- uuidGenerator: const Uuid(),
177
log: Logger('JwtAuthTokenService'),
178
);
179
verificationCodeStorageService = InMemoryVerificationCodeStorageService();
0 commit comments