Skip to content

Commit 1b0ef21

Browse files
Niiii
1 parent 8265127 commit 1b0ef21

File tree

1 file changed

+1
-1
lines changed
  • components/server/src/auth

1 file changed

+1
-1
lines changed

components/server/src/auth/jwt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class AuthJWT {
4545
const keyID = decodedWithoutVerification.header.kid;
4646

4747
if (!keyID) {
48-
throw new Error("JWT token does not contain kid (key id) property.");
48+
throw new Error("JWT token does not contain kid (key id) propertyaaaaaaa.");
4949
}
5050

5151
if (!publicKeysByID[keyID]) {

0 commit comments

Comments
 (0)