@asgardeo/react 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7040,7 +7040,7 @@ var convertSimpleInputToComponent = (input, t) => {
7040
7040
  type: EmbeddedFlowComponentType2.Input,
7041
7041
  variant,
7042
7042
  config: {
7043
- type: input.type,
7043
+ type: fieldType,
7044
7044
  label,
7045
7045
  placeholder,
7046
7046
  required: input.required,