Skip to content

Commit d42156e

Browse files
committed
feat(auth): add logging to token blacklist service
- Inject log service into InMemoryTokenBlacklistService for better error tracking and debugging
1 parent bc95a9e commit d42156e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/config/app_dependencies.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class AppDependencies {
203203
emailClient: HtEmailInMemoryClient(),
204204
);
205205
tokenBlacklistService = InMemoryTokenBlacklistService(
206+
log: _log,
206207
);
207208
authTokenService = JwtAuthTokenService(
208209
userRepository: userRepository,

0 commit comments

Comments
 (0)