Skip to content

Commit 68c98bf

Browse files
fix: id field name for id authenticate banner
1 parent a4947df commit 68c98bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/country-config/src/forms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export const idVerificationBanner = (
253253
hideInPreview: true,
254254
custom: true,
255255
bannerType: status,
256-
idFieldName: "idReader",
256+
idFieldName: status === "authenticated" ? "esignetCallback" : "idReader",
257257
label: {
258258
id: "form.field.label.empty",
259259
defaultMessage: "",

0 commit comments

Comments
 (0)