Skip to content

Commit 1fab6e8

Browse files
committed
fix: passwords still having text type
1 parent d2ac85b commit 1fab6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/presentation/SignUp/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const convertSimpleInputToComponent = (
117117
type: EmbeddedFlowComponentType.Input,
118118
variant,
119119
config: {
120-
type: input.type,
120+
type: fieldType,
121121
label,
122122
placeholder,
123123
required: input.required as boolean,

0 commit comments

Comments
 (0)