You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(jwt_auth_token_service): optimize logging in validateToken and invalidateToken methods
- Replace multiple _log method calls with chained calls using .. operator
- Consolidate log statements in JwtAuthTokenService class
- Improve code readability and reduce line count for better maintainability
0 commit comments