1
0
forked from baron/baron-sso

fix(headless-login): show parsed jwks n preview

- reproduce the missing n preview with the actual parsedKeys response shape
- read nPreview from DevFront instead of the old n field
- keep the preview text as provided by backend summaries
This commit is contained in:
Lectom C Han
2026-04-01 18:41:35 +09:00
parent 9facd24a00
commit e2379658c2
4 changed files with 6 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ export type ClientDetailResponse = {
kty?: string;
use?: string;
alg?: string;
n?: string;
nPreview?: string;
}>;
};
};