We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dca083 + 6961386 commit 499daf8Copy full SHA for 499daf8
1 file changed
src/features/encoder/services/token-encoder.service.ts
@@ -1132,7 +1132,9 @@ class _TokenEncoderService {
1132
payload: params.payload,
1133
payloadErrors: null,
1134
encodingWarnings: null,
1135
- signingErrors: null,
+ signingErrors: params.header ? null : [
1136
+ "Fix any errors in the JWT header to enable editing this field.",
1137
+ ],
1138
};
1139
1140
const processPayloadResult = this.processPayload({
0 commit comments