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 79c1072 commit 14df582Copy full SHA for 14df582
src/jwt/jwt.service.ts
@@ -36,7 +36,7 @@ export class JwtService {
36
) as JwtPayload;
37
} catch (error) {
38
this.logger.error(error, 'Failed to validate token');
39
- throw new UnauthorizedException('Invalid tokengit ad');
+ throw new UnauthorizedException('Invalid token');
40
}
41
42
0 commit comments