Skip to content

Commit 14df582

Browse files
committed
fix: fix the jwt config
1 parent 79c1072 commit 14df582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jwt/jwt.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class JwtService {
3636
) as JwtPayload;
3737
} catch (error) {
3838
this.logger.error(error, 'Failed to validate token');
39-
throw new UnauthorizedException('Invalid tokengit ad');
39+
throw new UnauthorizedException('Invalid token');
4040
}
4141
}
4242

0 commit comments

Comments
 (0)