From 982fc51a97389ef8863de806dab496b0fe2102c6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 26 Apr 2023 11:44:59 -0300 Subject: missing input type --- .../src/paths/instance/templates/create/CreatePage.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/merchant-backoffice-ui') diff --git a/packages/merchant-backoffice-ui/src/paths/instance/templates/create/CreatePage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/templates/create/CreatePage.tsx index f6aa9a9ae..51ceee45d 100644 --- a/packages/merchant-backoffice-ui/src/paths/instance/templates/create/CreatePage.tsx +++ b/packages/merchant-backoffice-ui/src/paths/instance/templates/create/CreatePage.tsx @@ -178,6 +178,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode { name="pos_key" label={i18n.str`Point-of-sale key`} + inputType={showKey ? "text" : "password"} help="Be sure to be very hard to guess or use the random generator" tooltip={i18n.str`Useful to validate the purchase`} fromStr={(v) => v.toUpperCase()} -- cgit v1.2.3