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 725da65 commit 887b93fCopy full SHA for 887b93f
lib/src/services/jwt_auth_token_service.dart
@@ -92,7 +92,8 @@ class JwtAuthTokenService implements AuthTokenService {
92
print('Token validation failed: Missing "sub" claim.');
93
// Throw specific exception for malformed token
94
throw const BadRequestException(
95
- 'Malformed token: Missing subject claim.',);
+ 'Malformed token: Missing subject claim.',
96
+ );
97
}
98
99
// Fetch the full user object from the repository
0 commit comments